Skip to content

Commit 9f6eabf

Browse files
Merge branch 'main' into dependabot/gradle/org.ow2.asm-asm-9.8
2 parents 671411f + f0f1ced commit 9f6eabf

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ jobs:
9494
steps:
9595
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3.0.0
9696
- name: Create GitHut Release
97-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v0.1.15
97+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v0.1.15
9898
with:
9999
generate_release_notes: true

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Dependabot metadata
2020
id: metadata
21-
uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 # v2.3.0
21+
uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4.0
2222
with:
2323
github-token: "${{ secrets.GITHUB_TOKEN }}"
2424
- name: Approve PR

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
fetch-depth: 0 # need full history to get page last modified times
140140
- name: Setup Ruby
141-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
141+
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
142142
with:
143143
ruby-version: '3.1'
144144
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
@@ -147,22 +147,22 @@ jobs:
147147
id: pages
148148
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
149149
- name: Download implementations
150-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
150+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
151151
with:
152152
name: implementations
153153
path: docs/_includes
154154
- name: Download functional results
155-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
155+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
156156
with:
157157
name: functional
158158
path: docs/_includes
159159
- name: Download validate benchmark results
160-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
160+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
161161
with:
162162
name: validateBenchmark
163163
path: docs/_includes
164164
- name: Download serde benchmark results
165-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
165+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
166166
with:
167167
name: serdeBenchmark
168168
path: docs/_includes

build.gradle.kts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
plugins {
1818
java
1919
`creek-common-convention`
20-
id("org.ajoberstar.grgit.service") version "5.3.0"
20+
id("org.ajoberstar.grgit.service") version "5.3.2"
2121
}
2222

2323
repositories {
@@ -31,13 +31,13 @@ repositories {
3131
}
3232
}
3333

34-
val creekVersion = "0.4.2-SNAPSHOT"
35-
val junitVersion = "5.12.0"
34+
val creekVersion = "0.4.3"
35+
val junitVersion = "5.13.4"
3636
val junitPioneerVersion = "2.3.0"
37-
val mockitoVersion = "5.15.2"
37+
val mockitoVersion = "5.18.0"
3838
val jmhVersion = "1.37"
39-
val confluentVersion = "7.9.0"
40-
val vertxVersion = "4.5.13"
39+
val confluentVersion = "8.0.0"
40+
val vertxVersion = "5.0.1"
4141

4242
dependencies {
4343
implementation("org.openjdk.jmh:jmh-core:$jmhVersion")
@@ -47,31 +47,31 @@ dependencies {
4747
implementation("org.creekservice:creek-test-util:$creekVersion")
4848
implementation("org.ow2.asm:asm:9.8")
4949

50-
implementation("org.json:json:20250107")
50+
implementation("org.json:json:20250517")
5151

5252
implementation("com.worldturner.medeia:medeia-validator-jackson:1.1.1")
5353

54-
implementation("com.github.erosb:everit-json-schema:1.14.5")
54+
implementation("com.github.erosb:everit-json-schema:1.14.6")
5555

56-
implementation("com.github.erosb:json-sKema:0.20.0")
56+
implementation("com.github.erosb:json-sKema:0.23.0")
5757

5858
implementation("io.confluent:kafka-streams-json-schema-serde:$confluentVersion")
5959
implementation("io.confluent:kafka-schema-registry-client:$confluentVersion")
6060

6161
implementation("io.vertx:vertx-json-schema:$vertxVersion")
6262
compileOnly("io.vertx:vertx-codegen:$vertxVersion")
6363

64-
implementation("net.jimblackler.jsonschemafriend:core:0.12.4")
64+
implementation("net.jimblackler.jsonschemafriend:core:0.12.5")
6565

66-
implementation("com.networknt:json-schema-validator:1.5.6")
66+
implementation("com.networknt:json-schema-validator:1.5.8")
6767

6868
implementation("com.qindesign:snowy-json:0.16.0")
6969
runtimeOnly("org.glassfish:jakarta.json:2.0.0:module")
7070

7171
implementation("org.leadpony.justify:justify:3.1.0")
7272

7373
implementation("dev.harrel:json-schema:1.8.1")
74-
implementation("com.sanctionco.jmail:jmail:1.6.3") // dev.harrel format validation
74+
implementation("com.sanctionco.jmail:jmail:2.0.2") // dev.harrel format validation
7575

7676
runtimeOnly("org.slf4j:slf4j-nop:2.0.17")
7777

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
4343

4444
dependencies {
4545
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.7") // https://plugins.gradle.org/plugin/com.github.spotbugs
46-
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.2") // https://plugins.gradle.org/plugin/com.diffplug.spotless
46+
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.2.1") // https://plugins.gradle.org/plugin/com.diffplug.spotless
4747
implementation("gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2") // https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
4848
implementation("org.javamodularity:moduleplugin:1.8.12") // https://plugins.gradle.org/plugin/org.javamodularity.moduleplugin
4949
implementation("io.github.gradle-nexus:publish-plugin:1.3.0") // https://plugins.gradle.org/plugin/io.github.gradle-nexus.publish-plugin

0 commit comments

Comments
 (0)