Skip to content

Commit

Permalink
Update all non-major dependencies (#263)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 774c1df commit 4d4597d
Show file tree
Hide file tree
Showing 4 changed files with 1,457 additions and 254 deletions.
6 changes: 3 additions & 3 deletions backend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id "org.springframework.boot" version "3.3.7"
id "org.springframework.boot" version "3.4.1"
id 'io.spring.dependency-management' version '1.1.7'
}

Expand Down Expand Up @@ -28,8 +28,8 @@ dependencies {
}
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.5'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.5'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
// end::tests[]
}

Expand Down
2 changes: 1 addition & 1 deletion backend/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading

0 comments on commit 4d4597d

Please sign in to comment.