-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-update dependencies and plugins
- Loading branch information
1 parent
d2cf9f6
commit fb9fdb6
Showing
3 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
com.fasterxml.jackson.core:jackson-databind = 2.16.0 | ||
com.fasterxml.jackson.*:* = 2.16.0 | ||
com.google.errorprone:error_prone_core = 2.24.0 | ||
com.fasterxml.jackson.core:jackson-databind = 2.16.1 | ||
com.fasterxml.jackson.*:* = 2.16.1 | ||
com.google.errorprone:error_prone_core = 2.25.0 | ||
com.google.guava:guava = 33.0.0-jre | ||
com.jakewharton.nopen:* = 1.0.1 | ||
org.assertj:assertj-core = 3.24.2 | ||
org.immutables:* = 2.10.0 | ||
org.junit:junit-bom = 5.10.1 | ||
org.junit.jupiter:junit-jupiter-engine = 5.10.1 | ||
com.netflix.nebula:nebula-test = 10.5.0 | ||
org.assertj:assertj-core = 3.25.3 | ||
org.immutables:* = 2.10.1 | ||
org.junit:junit-bom = 5.10.2 | ||
org.junit.jupiter:junit-jupiter-engine = 5.10.2 | ||
com.netflix.nebula:nebula-test = 10.6.1 |