Skip to content

Commit 66d5810

Browse files
authored
Merge pull request #362 from harrel56/dependabot/gradle/all-0329eb2104
chore(deps): bump the all group across 2 directories with 8 updates
2 parents 6f9105f + 5e32051 commit 66d5810

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

lib/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tasks.named('jar', Jar) {
2424

2525
def jsonProviders = [
2626
[id : 'jackson', additionalVersions: ['2.2.0'],
27-
group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.21.0'],
27+
group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.21.1'],
2828
[id : 'gson', additionalVersions: ['2.3'],
2929
group: 'com.google.code.gson', name: 'gson', version: '2.13.2'],
3030
[id : 'orgJson', additionalVersions: ['20201115'],
@@ -38,7 +38,7 @@ def jsonProviders = [
3838
[id : 'jsonSmart', additionalVersions: ['1.1'],
3939
group: 'net.minidev', name: 'json-smart', version: '2.6.0'],
4040
[id : 'snakeYaml', additionalVersions: ['1.26', '2.0'],
41-
group: 'org.yaml', name: 'snakeyaml', version: '2.5'],
41+
group: 'org.yaml', name: 'snakeyaml', version: '2.6'],
4242
]
4343

4444
setupJava8Test(jsonProviders[0])
@@ -56,13 +56,13 @@ dependencies {
5656
jakartaJsonTestImplementation 'org.eclipse.parsson:parsson:1.1.7'
5757
testRuntimeOnly 'org.eclipse.parsson:parsson:1.1.7'
5858

59-
testFixturesApi 'org.junit.platform:junit-platform-launcher:1.14.2'
60-
testFixturesApi 'org.junit.jupiter:junit-jupiter-api:5.14.2'
61-
testFixturesApi 'org.junit.jupiter:junit-jupiter:5.14.2'
59+
testFixturesApi 'org.junit.platform:junit-platform-launcher:1.14.3'
60+
testFixturesApi 'org.junit.jupiter:junit-jupiter-api:5.14.3'
61+
testFixturesApi 'org.junit.jupiter:junit-jupiter:5.14.3'
6262
testFixturesApi 'org.assertj:assertj-core:3.27.7'
63-
testFixturesApi 'org.mockito:mockito-core:5.21.0'
63+
testFixturesApi 'org.mockito:mockito-core:5.22.0'
6464
testFixturesApi 'com.sanctionco.jmail:jmail:2.1.0'
65-
testFixturesRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.2'
65+
testFixturesRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.3'
6666
}
6767

6868
processTestFixturesResources {

providers/jackson3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ compileJava {
88

99
dependencies {
1010
api project(':json-schema')
11-
implementation 'tools.jackson.core:jackson-databind:3.0.4'
11+
implementation 'tools.jackson.core:jackson-databind:3.1.0'
1212

1313
testImplementation testFixtures(project(':json-schema'))
1414
}

0 commit comments

Comments
 (0)