Skip to content

Commit e53e7e1

Browse files
Merge branch '6.5.x' into docs/include-code-for-password-storage
2 parents 9fd31a5 + 9f8ebdc commit e53e7e1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ org-opensaml5 = "5.1.2"
1717
org-springframework = "6.2.11"
1818

1919
[libraries]
20-
ch-qos-logback-logback-classic = "ch.qos.logback:logback-classic:1.5.18"
20+
ch-qos-logback-logback-classic = "ch.qos.logback:logback-classic:1.5.19"
2121
com-fasterxml-jackson-jackson-bom = "com.fasterxml.jackson:jackson-bom:2.18.4.1"
2222
com-google-inject-guice = "com.google.inject:guice:3.0"
2323
com-netflix-nebula-nebula-project-plugin = "com.netflix.nebula:nebula-project-plugin:8.2.0"
@@ -30,7 +30,7 @@ com-unboundid-unboundid-ldapsdk7 = "com.unboundid:unboundid-ldapsdk:7.0.1"
3030
commons-collections = "commons-collections:commons-collections:3.2.2"
3131
io-micrometer-context-propagation = "io.micrometer:context-propagation:1.1.3"
3232
io-micrometer-micrometer-observation = "io.micrometer:micrometer-observation:1.14.11"
33-
io-mockk = "io.mockk:mockk:1.14.5"
33+
io-mockk = "io.mockk:mockk:1.14.6"
3434
io-projectreactor-reactor-bom = "io.projectreactor:reactor-bom:2023.0.19"
3535
io-rsocket-rsocket-bom = { module = "io.rsocket:rsocket-bom", version.ref = "io-rsocket" }
3636
io-spring-javaformat-spring-javaformat-checkstyle = { module = "io.spring.javaformat:spring-javaformat-checkstyle", version.ref = "io-spring-javaformat" }
@@ -65,13 +65,13 @@ org-apereo-cas-client-cas-client-core = "org.apereo.cas.client:cas-client-core:4
6565
io-freefair-gradle-aspectj-plugin = "io.freefair.gradle:aspectj-plugin:8.13.1"
6666
org-aspectj-aspectjrt = { module = "org.aspectj:aspectjrt", version.ref = "org-aspectj" }
6767
org-aspectj-aspectjweaver = { module = "org.aspectj:aspectjweaver", version.ref = "org-aspectj" }
68-
org-assertj-assertj-core = "org.assertj:assertj-core:3.27.4"
68+
org-assertj-assertj-core = "org.assertj:assertj-core:3.27.6"
6969
org-bouncycastle-bcpkix-jdk15on = { module = "org.bouncycastle:bcpkix-jdk18on", version.ref = "org-bouncycastle" }
7070
org-bouncycastle-bcprov-jdk15on = { module = "org.bouncycastle:bcprov-jdk18on", version.ref = "org-bouncycastle" }
7171
org-eclipse-jetty-jetty-server = { module = "org.eclipse.jetty:jetty-server", version.ref = "org-eclipse-jetty" }
7272
org-eclipse-jetty-jetty-servlet = { module = "org.eclipse.jetty:jetty-servlet", version.ref = "org-eclipse-jetty" }
7373
org-hamcrest = "org.hamcrest:hamcrest:2.2"
74-
org-hibernate-orm-hibernate-core = "org.hibernate.orm:hibernate-core:6.6.29.Final"
74+
org-hibernate-orm-hibernate-core = "org.hibernate.orm:hibernate-core:6.6.31.Final"
7575
org-hsqldb = "org.hsqldb:hsqldb:2.7.4"
7676
org-jetbrains-kotlin-kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "org-jetbrains-kotlin" }
7777
org-jetbrains-kotlin-kotlin-gradle-plugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.25"
@@ -94,21 +94,21 @@ org-springframework-ldap-spring-ldap-core = "org.springframework.ldap:spring-lda
9494
org-springframework-spring-framework-bom = { module = "org.springframework:spring-framework-bom", version.ref = "org-springframework" }
9595
org-synchronoss-cloud-nio-multipart-parser = "org.synchronoss.cloud:nio-multipart-parser:1.1.0"
9696

97-
com-google-code-gson-gson = "com.google.code.gson:gson:2.13.1"
97+
com-google-code-gson-gson = "com.google.code.gson:gson:2.13.2"
9898
com-thaiopensource-trag = "com.thaiopensource:trang:20091111"
9999
net-sourceforge-saxon-saxon = "net.sourceforge.saxon:saxon:9.1.0.8"
100100
org-yaml-snakeyaml = "org.yaml:snakeyaml:1.33"
101101
org-apache-commons-commons-io = "org.apache.commons:commons-io:1.3.2"
102102
io-github-gradle-nexus-publish-plugin = "io.github.gradle-nexus:publish-plugin:1.3.0"
103-
org-gretty-gretty = "org.gretty:gretty:4.1.7"
103+
org-gretty-gretty = "org.gretty:gretty:4.1.10"
104104
com-github-ben-manes-gradle-versions-plugin = "com.github.ben-manes:gradle-versions-plugin:0.52.0"
105105
com-github-spullara-mustache-java-compiler = "com.github.spullara.mustache.java:compiler:0.9.14"
106106
org-hidetake-gradle-ssh-plugin = "org.hidetake:gradle-ssh-plugin:2.10.1"
107107
org-jfrog-buildinfo-build-info-extractor-gradle = "org.jfrog.buildinfo:build-info-extractor-gradle:4.34.2"
108108
org-sonarsource-scanner-gradle-sonarqube-gradle-plugin = "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8.0.1969"
109109
org-instancio-instancio-junit = "org.instancio:instancio-junit:3.7.1"
110110

111-
webauthn4j-core = 'com.webauthn4j:webauthn4j-core:0.29.5.RELEASE'
111+
webauthn4j-core = 'com.webauthn4j:webauthn4j-core:0.29.7.RELEASE'
112112

113113
[plugins]
114114

0 commit comments

Comments
 (0)