Skip to content

Commit 018f0ad

Browse files
committed
0 Update dependencies
1 parent 5e0c85b commit 018f0ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ testcontainers = "1.21.3"
1919

2020
[libraries]
2121
com-github-miachm-sods-sods = "com.github.miachm.sods:SODS:1.7.0"
22-
com-github-mizosoft-methanol = "com.github.mizosoft.methanol:methanol:1.8.4"
22+
com-github-mizosoft-methanol = "com.github.mizosoft.methanol:methanol:1.9.0"
2323
com-github-spotbugs-spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations", version.ref = "spotbugs" }
2424
com-google-auto-service-auto-service = { module = "com.google.auto.service:auto-service", version.ref = "com-google-auto-service" }
2525
com-google-auto-service-auto-service-annotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "com-google-auto-service" }
2626
com-squareup-javapoet = "com.squareup:javapoet:1.13.0"
2727
commons-validator = "commons-validator:commons-validator:1.10.1"
2828
io-swagger-core-v3-swagger-annotations = "io.swagger.core.v3:swagger-annotations:2.2.41"
29-
io-swagger-parser-v3-swagger-parser = "io.swagger.parser.v3:swagger-parser:2.1.36"
30-
loki-logback-appender = "com.github.loki4j:loki-logback-appender:2.0.1"
29+
io-swagger-parser-v3-swagger-parser = "io.swagger.parser.v3:swagger-parser:2.1.37"
30+
loki-logback-appender = "com.github.loki4j:loki-logback-appender:2.0.2"
3131
org-apache-activemq-artemis-jakarta-server = "org.apache.activemq:artemis-jakarta-server:2.44.0"
3232
org-apache-poi-poi-ooxml = "org.apache.poi:poi-ooxml:5.5.1"
3333
org-eclipse-jgit-org-eclipse-jgit = "org.eclipse.jgit:org.eclipse.jgit:7.5.0.202512021534-r"
@@ -36,7 +36,7 @@ org-graalvm-polyglot-js = { module = "org.graalvm.polyglot:js", version.ref = "g
3636
org-graalvm-polyglot-polyglot = { module = "org.graalvm.polyglot:polyglot", version.ref = "graalvm" }
3737
org-graalvm-polyglot-python = { module = "org.graalvm.polyglot:python", version.ref = "graalvm" }
3838
org-graalvm-polyglot-ruby = "org.graalvm.polyglot:ruby:25.0.0"
39-
org-json = "org.json:json:20250517"
39+
org-json = "org.json:json:20251224"
4040
org-mapstruct = { module = "org.mapstruct:mapstruct", version.ref = "org-mapstruct" }
4141
org-mapstruct-extensions-spring-mapstruct-spring-annotations = { module = "org.mapstruct.extensions.spring:mapstruct-spring-annotations", version.ref = "org-mapstruct-extensions-spring" }
4242
org-mapstruct-extensions-spring-mapstruct-spring-extensions = { module = "org.mapstruct.extensions.spring:mapstruct-spring-extensions", version.ref = "org-mapstruct-extensions-spring" }
@@ -53,7 +53,7 @@ gradle-git-properties = "com.gorylenko.gradle-git-properties:2.5.4"
5353
jib = "com.google.cloud.tools.jib:3.5.2"
5454
nl-littlerobots-version-catalog-update = "nl.littlerobots.version-catalog-update:1.0.1"
5555
org-graalvm-buildtools-native = "org.graalvm.buildtools.native:0.11.3"
56-
org-openapi-generator = "org.openapi.generator:7.17.0"
57-
org-sonarqube = "org.sonarqube:7.2.1.6560"
56+
org-openapi-generator = "org.openapi.generator:7.18.0"
57+
org-sonarqube = "org.sonarqube:7.2.2.6593"
5858
spotbugs = "com.github.spotbugs:6.4.8"
5959
spotless = "com.diffplug.gradle.spotless:8.1.0"

0 commit comments

Comments
 (0)