File tree Expand file tree Collapse file tree 11 files changed +33
-33
lines changed
lesson_09/types/types_app
lesson_11/arrays_java/arrays_app
lesson_12/structs_java/structs_app
lesson_13/maps_java/maps_app
lesson_14/exceptions/exceptions_app
lesson_16/objects/objects_app
lesson_26/api/java/api_app
lib/java/codedifferently-instructional/instructional-lib Expand file tree Collapse file tree 11 files changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ repositories {
1717dependencies {
1818 // Use JUnit Jupiter for testing.
1919 testImplementation(" com.codedifferently.instructional:instructional-lib" )
20- testImplementation(" org.junit.jupiter:junit-jupiter:5.9.1 " )
20+ testImplementation(" org.junit.jupiter:junit-jupiter:5.11.3 " )
2121 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
22- testImplementation(" org.assertj:assertj-core:3.25.1 " )
22+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
2323 testImplementation(" at.favre.lib:bcrypt:0.10.2" )
2424
2525 // This dependency is used by the application.
2626 implementation(" com.codedifferently.instructional:instructional-lib" )
27- implementation(" com.google.guava:guava:31 .1-jre" )
27+ implementation(" com.google.guava:guava:33.3 .1-jre" )
2828 implementation(" com.google.code.gson:gson:2.11.0" )
2929 implementation(" org.projectlombok:lombok:1.18.30" )
3030 implementation(" org.springframework.boot:spring-boot-starter" )
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ repositories {
1717dependencies {
1818 // Use JUnit Jupiter for testing.
1919 testImplementation(" com.codedifferently.instructional:instructional-lib" )
20- testImplementation(" org.junit.jupiter:junit-jupiter:5.9.1 " )
20+ testImplementation(" org.junit.jupiter:junit-jupiter:5.11.3 " )
2121 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
22- testImplementation(" org.assertj:assertj-core:3.25.1 " )
22+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
2323 testImplementation(" at.favre.lib:bcrypt:0.10.2" )
2424
2525 // This dependency is used by the application.
2626 implementation(" com.codedifferently.instructional:instructional-lib" )
27- implementation(" com.google.guava:guava:31 .1-jre" )
27+ implementation(" com.google.guava:guava:33.3 .1-jre" )
2828 implementation(" com.google.code.gson:gson:2.11.0" )
2929 implementation(" org.projectlombok:lombok:1.18.30" )
3030 implementation(" org.springframework.boot:spring-boot-starter" )
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ repositories {
1717dependencies {
1818 // Use JUnit Jupiter for testing.
1919 testImplementation(" com.codedifferently.instructional:instructional-lib" )
20- testImplementation(" org.junit.jupiter:junit-jupiter:5.9.1 " )
20+ testImplementation(" org.junit.jupiter:junit-jupiter:5.11.3 " )
2121 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
22- testImplementation(" org.assertj:assertj-core:3.25.1 " )
22+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
2323 testImplementation(" at.favre.lib:bcrypt:0.10.2" )
2424
2525 // This dependency is used by the application.
2626 implementation(" com.codedifferently.instructional:instructional-lib" )
27- implementation(" com.google.guava:guava:31 .1-jre" )
27+ implementation(" com.google.guava:guava:33.3 .1-jre" )
2828 implementation(" com.google.code.gson:gson:2.11.0" )
2929 implementation(" org.projectlombok:lombok:1.18.30" )
3030 implementation(" org.springframework.boot:spring-boot-starter" )
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ repositories {
1717dependencies {
1818 // Use JUnit Jupiter for testing.
1919 testImplementation(" com.codedifferently.instructional:instructional-lib" )
20- testImplementation(" org.junit.jupiter:junit-jupiter:5.9.1 " )
20+ testImplementation(" org.junit.jupiter:junit-jupiter:5.11.3 " )
2121 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
22- testImplementation(" org.assertj:assertj-core:3.25.1 " )
22+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
2323 testImplementation(" at.favre.lib:bcrypt:0.10.2" )
2424
2525 // This dependency is used by the application.
2626 implementation(" com.codedifferently.instructional:instructional-lib" )
27- implementation(" com.google.guava:guava:31 .1-jre" )
27+ implementation(" com.google.guava:guava:33.3 .1-jre" )
2828 implementation(" com.google.code.gson:gson:2.11.0" )
2929 implementation(" org.projectlombok:lombok:1.18.30" )
3030 implementation(" org.springframework.boot:spring-boot-starter" )
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ repositories {
1717dependencies {
1818 // Use JUnit Jupiter for testing.
1919 testImplementation(" com.codedifferently.instructional:instructional-lib" )
20- testImplementation(" org.junit.jupiter:junit-jupiter:5.9.1 " )
20+ testImplementation(" org.junit.jupiter:junit-jupiter:5.11.3 " )
2121 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
22- testImplementation(" org.assertj:assertj-core:3.25.1 " )
22+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
2323 testImplementation(" at.favre.lib:bcrypt:0.10.2" )
2424
2525 // This dependency is used by the application.
2626 implementation(" com.codedifferently.instructional:instructional-lib" )
27- implementation(" com.google.guava:guava:31 .1-jre" )
27+ implementation(" com.google.guava:guava:33.3 .1-jre" )
2828 implementation(" com.google.code.gson:gson:2.11.0" )
2929 implementation(" org.projectlombok:lombok:1.18.30" )
3030 implementation(" org.springframework.boot:spring-boot-starter" )
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ repositories {
1818dependencies {
1919 // Use JUnit Jupiter for testing.
2020 testImplementation(" com.codedifferently.instructional:instructional-lib" )
21- testImplementation(" org.junit.jupiter:junit-jupiter:5.9.1 " )
21+ testImplementation(" org.junit.jupiter:junit-jupiter:5.11.3 " )
2222 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
23- testImplementation(" org.assertj:assertj-core:3.25.1 " )
23+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
2424 testImplementation(" at.favre.lib:bcrypt:0.10.2" )
2525
2626 // This dependency is used by the application.
2727 implementation(" com.codedifferently.instructional:instructional-lib" )
28- implementation(" com.google.guava:guava:31 .1-jre" )
28+ implementation(" com.google.guava:guava:33.3 .1-jre" )
2929 implementation(" com.google.code.gson:gson:2.11.0" )
3030 implementation(" org.projectlombok:lombok:1.18.30" )
3131 implementation(" org.springframework.boot:spring-boot-starter" )
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ repositories {
1818
1919dependencies {
2020 // Use JUnit Jupiter for testing.
21- testImplementation(" org.junit.jupiter:junit-jupiter:5.9.1 " )
21+ testImplementation(" org.junit.jupiter:junit-jupiter:5.11.3 " )
2222 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
23- testImplementation(" org.assertj:assertj-core:3.25.1 " )
23+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
2424 testImplementation(" at.favre.lib:bcrypt:0.10.2" )
2525
2626 // This dependency is used by the application.
27- implementation(" com.google.guava:guava:31 .1-jre" )
27+ implementation(" com.google.guava:guava:33.3 .1-jre" )
2828 implementation(" com.google.code.gson:gson:2.11.0" )
2929 implementation(" org.springframework.boot:spring-boot-starter" )
3030}
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ repositories {
1818
1919dependencies {
2020 // Use JUnit Jupiter for testing.
21- testImplementation(" org.junit.jupiter:junit-jupiter:5.9.1 " )
21+ testImplementation(" org.junit.jupiter:junit-jupiter:5.11.3 " )
2222 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
23- testImplementation(" org.assertj:assertj-core:3.25.1 " )
23+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
2424 testImplementation(" at.favre.lib:bcrypt:0.10.2" )
2525
2626 // This dependency is used by the application.
27- implementation(" com.google.guava:guava:31 .1-jre" )
27+ implementation(" com.google.guava:guava:33.3 .1-jre" )
2828 implementation(" com.google.code.gson:gson:2.11.0" )
2929 implementation(" org.projectlombok:lombok:1.18.30" )
3030 implementation(" org.springframework.boot:spring-boot-starter" )
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ repositories {
1818dependencies {
1919 // Use JUnit Jupiter for testing.
2020 testImplementation(" com.codedifferently.instructional:instructional-lib" )
21- testImplementation(" org.junit.jupiter:junit-jupiter:5.9.1 " )
21+ testImplementation(" org.junit.jupiter:junit-jupiter:5.11.3 " )
2222 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
23- testImplementation(" org.assertj:assertj-core:3.25.1 " )
23+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
2424 testImplementation(" at.favre.lib:bcrypt:0.10.2" )
2525 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
2626
2727 // This dependency is used by the application.
2828 implementation(" com.codedifferently.instructional:instructional-lib" )
29- implementation(" com.google.guava:guava:31 .1-jre" )
29+ implementation(" com.google.guava:guava:33.3 .1-jre" )
3030 implementation(" com.google.code.gson:gson:2.11.0" )
3131 implementation(" commons-cli:commons-cli:1.6.0" )
3232 implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0" )
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ repositories {
1818dependencies {
1919 // Use JUnit Jupiter for testing.
2020 testImplementation(" com.codedifferently.instructional:instructional-lib" )
21- testImplementation(" org.junit.jupiter:junit-jupiter:5.9.1 " )
21+ testImplementation(" org.junit.jupiter:junit-jupiter:5.11.3 " )
2222 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
23- testImplementation(" org.assertj:assertj-core:3.25.1 " )
23+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
2424 testImplementation(" at.favre.lib:bcrypt:0.10.2" )
2525
2626 // This dependency is used by the application.
2727 implementation(" com.codedifferently.instructional:instructional-lib" )
28- implementation(" com.google.guava:guava:31 .1-jre" )
28+ implementation(" com.google.guava:guava:33.3 .1-jre" )
2929 implementation(" com.google.code.gson:gson:2.11.0" )
3030 implementation(" commons-cli:commons-cli:1.6.0" )
3131 implementation(" org.springframework.boot:spring-boot-starter" )
You can’t perform that action at this time.
0 commit comments