Skip to content

Commit

Permalink
chore(lapis2): bump the minorandpatch group in /lapis2 with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minorandpatch group in /lapis2 with 2 updates: [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) and [org.springframework.boot](https://github.com/spring-projects/spring-boot).


Updates `org.jetbrains.kotlinx:kotlinx-datetime` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-datetime@v0.5.0...v0.6.0)

Updates `org.springframework.boot` from 3.2.5 to 3.3.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-datetime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fengelniederhammer committed May 28, 2024
1 parent 1fe750a commit dde17da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lapis2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.gradle.api.tasks.testing.logging.TestLogEvent

plugins {
id 'org.springframework.boot' version '3.2.5'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'org.jetbrains.kotlin.jvm' version '1.9.24'
id 'org.jetbrains.kotlin.plugin.spring' version '1.9.24'
Expand Down Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation 'org.apache.commons:commons-csv:1.11.0'
implementation 'com.github.luben:zstd-jni:1.5.6-3'
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.5.0"
implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.6.0"

testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: "org.mockito"
Expand Down

0 comments on commit dde17da

Please sign in to comment.