From 83183aa74a4a11ce3630bafa3fbcc00728aa481a Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Wed, 1 Jan 2025 01:00:24 -0500 Subject: [PATCH] Wagon: Adding site to repository --- .../apidocs/javadoc.bat | 1 + .../apidocs/options | 31 + .../apidocs/packages | 1 + .../checkstyle.html | 220 + .../ci-management.html | 151 + .../waffle-spring-boot-filter2/cpd.html | 146 + .../css/apache-maven-fluido-2.0.0-M10.min.css | 20 + .../waffle-spring-boot-filter2/css/print.css | 35 + .../waffle-spring-boot-filter2/css/site.css | 1 + .../dependencies.html | 2044 + .../dependency-check-report.html | 743 + .../dependency-info.html | 165 + .../dependency-management.html | 8562 +++ .../dependency-updates-report.html | 45080 ++++++++++++++++ .../distribution-management.html | 150 + .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20290 bytes .../fonts/glyphicons-halflings-regular.svg | 229 + .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41236 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23292 bytes .../images/accessories-text-editor.png | Bin 0 -> 746 bytes .../waffle-spring-boot-filter2/images/add.gif | Bin 0 -> 397 bytes .../images/apache-maven-project-2.png | Bin 0 -> 43073 bytes .../images/application-certificate.png | Bin 0 -> 923 bytes .../images/close.gif | Bin 0 -> 279 bytes .../images/contact-new.png | Bin 0 -> 736 bytes .../images/document-properties.png | Bin 0 -> 577 bytes .../images/drive-harddisk.png | Bin 0 -> 700 bytes .../waffle-spring-boot-filter2/images/fix.gif | Bin 0 -> 366 bytes .../images/icon_error_sml.gif | Bin 0 -> 633 bytes .../images/icon_help_sml.gif | Bin 0 -> 1072 bytes .../images/icon_info_sml.gif | Bin 0 -> 638 bytes .../images/icon_success_sml.gif | Bin 0 -> 604 bytes .../images/icon_warning_sml.gif | Bin 0 -> 625 bytes .../images/image-x-generic.png | Bin 0 -> 662 bytes .../images/internet-web-browser.png | Bin 0 -> 1017 bytes .../images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes .../images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes .../images/logos/maven-feather.png | Bin 0 -> 3330 bytes .../images/network-server.png | Bin 0 -> 536 bytes .../images/package-x-generic.png | Bin 0 -> 717 bytes .../images/profiles/pre-release.png | Bin 0 -> 32607 bytes .../images/profiles/retired.png | Bin 0 -> 22003 bytes .../images/profiles/sandbox.png | Bin 0 -> 33010 bytes .../images/remove.gif | Bin 0 -> 607 bytes .../waffle-spring-boot-filter2/images/rss.png | Bin 0 -> 474 bytes .../images/update.gif | Bin 0 -> 1090 bytes .../images/waffle.jpg | Bin 0 -> 17937 bytes .../images/window-new.png | Bin 0 -> 583 bytes .../img/glyphicons-halflings-white.png | Bin 0 -> 8777 bytes .../img/glyphicons-halflings.png | Bin 0 -> 12799 bytes .../waffle-spring-boot-filter2/index.html | 146 + .../issue-management.html | 149 + .../js/apache-maven-fluido-2.0.0-M10.min.js | 287 + .../waffle-spring-boot-filter2/licenses.html | 170 + .../plugin-management.html | 330 + .../plugin-updates-report.html | 2038 + .../waffle-spring-boot-filter2/plugins.html | 308 + .../waffle-spring-boot-filter2/pmd.html | 146 + .../project-info.html | 190 + .../project-reports.html | 186 + .../property-updates-report.html | 2902 + .../waffle-spring-boot-filter2/scm.html | 157 + .../waffle-spring-boot-filter2/spotbugs.html | 188 + .../waffle-spring-boot-filter2/summary.html | 190 + .../waffle-spring-boot-filter2/surefire.html | 180 + .../waffle-spring-boot-filter2/taglist.html | 163 + .../waffle-spring-boot-filter2/team.html | 191 + .../xref/allclasses-frame.html | 20 + .../xref/index.html | 75 + .../xref/overview-frame.html | 24 + .../xref/overview-summary.html | 92 + .../xref/stylesheet.css | 626 + .../waffle/spring/boot/demo/Application.html | 59 + .../spring/boot/demo/DemoController.html | 66 + .../spring/boot/demo/SecurityConfig.html | 81 + .../spring/boot/demo/package-frame.html | 27 + .../spring/boot/demo/package-summary.html | 117 + 77 files changed, 66687 insertions(+) create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/apidocs/javadoc.bat create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/apidocs/options create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/apidocs/packages create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/checkstyle.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/ci-management.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/cpd.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/css/apache-maven-fluido-2.0.0-M10.min.css create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/css/print.css create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/css/site.css create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/dependencies.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/dependency-check-report.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/dependency-info.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/dependency-management.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/dependency-updates-report.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/distribution-management.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/fonts/glyphicons-halflings-regular.eot create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/fonts/glyphicons-halflings-regular.svg create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/fonts/glyphicons-halflings-regular.ttf create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/fonts/glyphicons-halflings-regular.woff create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/accessories-text-editor.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/add.gif create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/apache-maven-project-2.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/application-certificate.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/close.gif create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/contact-new.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/document-properties.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/drive-harddisk.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/fix.gif create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/icon_error_sml.gif create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/icon_help_sml.gif create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/icon_info_sml.gif create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/icon_success_sml.gif create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/icon_warning_sml.gif create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/image-x-generic.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/internet-web-browser.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/logos/build-by-maven-black.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/logos/build-by-maven-white.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/logos/maven-feather.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/network-server.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/package-x-generic.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/profiles/pre-release.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/profiles/retired.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/profiles/sandbox.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/remove.gif create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/rss.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/update.gif create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/waffle.jpg create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/images/window-new.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/img/glyphicons-halflings-white.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/img/glyphicons-halflings.png create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/index.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/issue-management.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/js/apache-maven-fluido-2.0.0-M10.min.js create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/licenses.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/plugin-management.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/plugin-updates-report.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/plugins.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/pmd.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/project-info.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/project-reports.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/property-updates-report.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/scm.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/spotbugs.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/summary.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/surefire.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/taglist.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/team.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/xref/allclasses-frame.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/xref/index.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/xref/overview-frame.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/xref/overview-summary.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/xref/stylesheet.css create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/Application.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/DemoController.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/SecurityConfig.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/package-frame.html create mode 100644 waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/package-summary.html diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/apidocs/javadoc.bat b/waffle-demo-parent/waffle-spring-boot-filter2/apidocs/javadoc.bat new file mode 100644 index 0000000000..19fe07c825 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/apidocs/javadoc.bat @@ -0,0 +1 @@ +cmd.exe /X /D /C "D:\jdk\jdk-21.0.5\bin\javadoc.exe -J-Duser.language= -J-Duser.country= @options @packages" \ No newline at end of file diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/apidocs/options b/waffle-demo-parent/waffle-spring-boot-filter2/apidocs/options new file mode 100644 index 0000000000..2b22ed41a6 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/apidocs/options @@ -0,0 +1,31 @@ +--add-modules +ALL-MODULE-PATH +--module-path +'C:/Users/Jeremy/GitHub/waffle/Source/JNA/target/checkout/Source/JNA/waffle-demo/waffle-spring-boot-filter2/target/waffle-spring-boot-filter2-3.5.1.jar;C:/Users/Jeremy/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.5/jackson-datatype-jsr310-2.13.5.jar;C:/Users/Jeremy/.m2/repository/org/assertj/assertj-core/3.27.0/assertj-core-3.27.0.jar;C:/Users/Jeremy/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar;C:/Users/Jeremy/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.13.5/jackson-core-2.13.5.jar;C:/Users/Jeremy/.m2/repository/com/google/errorprone/error_prone_annotations/2.36.0/error_prone_annotations-2.36.0.jar;C:/Users/Jeremy/.m2/repository/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.jar;C:/Users/Jeremy/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.13.5/jackson-datatype-jdk8-2.13.5.jar;C:/Users/Jeremy/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar;C:/Users/Jeremy/.m2/repository/net/bytebuddy/byte-buddy-agent/1.15.11/byte-buddy-agent-1.15.11.jar;C:/Users/Jeremy/.m2/repository/com/github/ben-manes/caffeine/caffeine/3.1.8/caffeine-3.1.8.jar;C:/Users/Jeremy/.m2/repository/org/checkerframework/checker-qual/3.48.3/checker-qual-3.48.3.jar;C:/Users/Jeremy/.m2/repository/net/bytebuddy/byte-buddy/1.15.11/byte-buddy-1.15.11.jar;C:/Users/Jeremy/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.13.5/jackson-annotations-2.13.5.jar;C:/Users/Jeremy/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.83/tomcat-embed-websocket-9.0.83.jar;C:/Users/Jeremy/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.13.5/jackson-databind-2.13.5.jar;C:/Users/Jeremy/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.83/tomcat-embed-el-9.0.83.jar;C:/Users/Jeremy/.m2/repository/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.jar;C:/Users/Jeremy/.m2/repository/ch/qos/logback/logback-classic/1.5.15/logback-classic-1.5.15.jar;C:/Users/Jeremy/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.11.4/junit-jupiter-engine-5.11.4.jar;C:/Users/Jeremy/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.83/tomcat-embed-core-9.0.83.jar;C:/Users/Jeremy/.m2/repository/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.jar;C:/Users/Jeremy/.m2/repository/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.jar;C:/Users/Jeremy/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.jar;C:/Users/Jeremy/.m2/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.13.5/jackson-module-parameter-names-2.13.5.jar;C:/Users/Jeremy/.m2/repository/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar' +--patch-module +waffle.spring.boot.filter2.demo='C:/Users/Jeremy/GitHub/waffle/Source/JNA/target/checkout/Source/JNA/waffle-demo/waffle-spring-boot-filter2/src/main/java;C:/Users/Jeremy/GitHub/waffle/Source/JNA/target/checkout/Source/JNA/waffle-demo/waffle-spring-boot-filter2/target/generated-sources/annotations;C:/Users/Jeremy/GitHub/waffle/Source/JNA/target/checkout/Source/JNA/waffle-jna/target/waffle-jna-3.5.1.jar;C:/Users/Jeremy/.m2/repository/net/java/dev/jna/jna/5.16.0/jna-5.16.0.jar;C:/Users/Jeremy/.m2/repository/net/java/dev/jna/jna-platform/5.16.0/jna-platform-5.16.0.jar;C:/Users/Jeremy/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar;C:/Users/Jeremy/GitHub/waffle/Source/JNA/target/checkout/Source/JNA/waffle-spring-boot2/waffle-spring-boot-starter2/target/waffle-spring-boot-starter2-3.5.1.jar;C:/Users/Jeremy/GitHub/waffle/Source/JNA/target/checkout/Source/JNA/waffle-spring-boot2/waffle-spring-boot-autoconfigure2/target/waffle-spring-boot-autoconfigure2-3.5.1.jar;C:/Users/Jeremy/GitHub/waffle/Source/JNA/target/checkout/Source/JNA/waffle-spring-security5/target/waffle-spring-security5-3.5.1.jar;C:/Users/Jeremy/.m2/repository/org/springframework/spring-beans/5.3.31/spring-beans-5.3.31.jar;C:/Users/Jeremy/.m2/repository/org/springframework/spring-context/5.3.31/spring-context-5.3.31.jar;C:/Users/Jeremy/.m2/repository/org/springframework/spring-expression/5.3.31/spring-expression-5.3.31.jar;C:/Users/Jeremy/.m2/repository/org/springframework/security/spring-security-core/5.8.16/spring-security-core-5.8.16.jar;C:/Users/Jeremy/.m2/repository/org/springframework/security/spring-security-crypto/5.8.16/spring-security-crypto-5.8.16.jar;C:/Users/Jeremy/.m2/repository/org/springframework/boot/spring-boot-starter/2.7.18/spring-boot-starter-2.7.18.jar;C:/Users/Jeremy/.m2/repository/org/springframework/boot/spring-boot/2.7.18/spring-boot-2.7.18.jar;C:/Users/Jeremy/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/2.7.18/spring-boot-autoconfigure-2.7.18.jar;C:/Users/Jeremy/.m2/repository/org/springframework/boot/spring-boot-starter-logging/2.7.18/spring-boot-starter-logging-2.7.18.jar;C:/Users/Jeremy/.m2/repository/org/slf4j/jul-to-slf4j/1.7.36/jul-to-slf4j-1.7.36.jar;C:/Users/Jeremy/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar;C:/Users/Jeremy/.m2/repository/org/springframework/spring-core/5.3.31/spring-core-5.3.31.jar;C:/Users/Jeremy/.m2/repository/org/springframework/spring-jcl/5.3.31/spring-jcl-5.3.31.jar;C:/Users/Jeremy/.m2/repository/org/yaml/snakeyaml/1.30/snakeyaml-1.30.jar;C:/Users/Jeremy/.m2/repository/org/springframework/boot/spring-boot-starter-security/2.7.18/spring-boot-starter-security-2.7.18.jar;C:/Users/Jeremy/.m2/repository/org/springframework/spring-aop/5.3.31/spring-aop-5.3.31.jar;C:/Users/Jeremy/.m2/repository/org/springframework/security/spring-security-config/5.8.16/spring-security-config-5.8.16.jar;C:/Users/Jeremy/.m2/repository/org/springframework/security/spring-security-web/5.8.16/spring-security-web-5.8.16.jar;C:/Users/Jeremy/.m2/repository/org/springframework/boot/spring-boot-starter-web/2.7.18/spring-boot-starter-web-2.7.18.jar;C:/Users/Jeremy/.m2/repository/org/springframework/boot/spring-boot-starter-json/2.7.18/spring-boot-starter-json-2.7.18.jar;C:/Users/Jeremy/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/2.7.18/spring-boot-starter-tomcat-2.7.18.jar;C:/Users/Jeremy/.m2/repository/org/springframework/spring-web/5.3.31/spring-web-5.3.31.jar;C:/Users/Jeremy/.m2/repository/org/springframework/spring-webmvc/5.3.31/spring-webmvc-5.3.31.jar;C:/Users/Jeremy/.m2/repository/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar;C:/Users/Jeremy/.m2/repository/ch/qos/logback/logback-core/1.2.12/logback-core-1.2.12.jar;C:/Users/Jeremy/.m2/repository/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar;C:/Users/Jeremy/.m2/repository/com/github/spotbugs/spotbugs-annotations/4.8.6/spotbugs-annotations-4.8.6.jar;C:/Users/Jeremy/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar;C:/Users/Jeremy/.m2/repository/com/github/hazendaz/jmockit/jmockit/1.55.0/jmockit-1.55.0.jar;C:/Users/Jeremy/.m2/repository/org/objenesis/objenesis/3.4/objenesis-3.4.jar;C:/Users/Jeremy/.m2/repository/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.jar;C:/Users/Jeremy/.m2/repository/org/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.jar;C:/Users/Jeremy/.m2/repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar;C:/Users/Jeremy/.m2/repository/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar' +-encoding +'UTF-8' +-protected +-quiet +--release +11 +-html5 +-author +-bottom +'Copyright © 2010–2025 com.github.waffle. All rights reserved.' +-charset +'UTF-8' +-d +'C:/Users/Jeremy/GitHub/waffle/Source/JNA/target/checkout/Source/JNA/waffle-demo/waffle-spring-boot-filter2/target/site/apidocs' +-docencoding +'UTF-8' +-doctitle +'waffle-spring-boot-filter2 3.5.1 API' +-linkoffline +'https://docs.oracle.com/en/java/javase/11/docs/api' 'C:/Users/Jeremy/GitHub/waffle/Source/JNA/target/checkout/Source/JNA/waffle-demo/waffle-spring-boot-filter2/target/javadoc-bundle-options' +-notimestamp +-use +-version +-windowtitle +'waffle-spring-boot-filter2 3.5.1 API' diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/apidocs/packages b/waffle-demo-parent/waffle-spring-boot-filter2/apidocs/packages new file mode 100644 index 0000000000..b737bffcf4 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/apidocs/packages @@ -0,0 +1 @@ +waffle.spring.boot.demo \ No newline at end of file diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/checkstyle.html b/waffle-demo-parent/waffle-spring-boot-filter2/checkstyle.html new file mode 100644 index 0000000000..16bf2dc9f3 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/checkstyle.html @@ -0,0 +1,220 @@ + + + + + + + + + + Checkstyle Results – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Checkstyle Results

+

The following document contains the results of Checkstyle 10.21.1 with checkstyle.xml ruleset.

+

Summary

+ + + + + + + + + + +
Files Info Warnings Errors
5020
+

Files

+ + + + + + + + + + + + + + + +
File I W E
waffle/spring/boot/demo/DemoController.java010
waffle/spring/boot/demo/SecurityConfig.java010
+

Rules

+ + + + + + + + + + +
CategoryRuleViolationsSeverity
importsCustomImportOrder +
    +
  • separateLineBetweenGroups: "true"
  • +
  • sortImportsInGroupAlphabetically: "true"
  • +
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • +
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
2 Warning
+

Details

+

waffle/spring/boot/demo/DemoController.java

+ + + + + + + + + + + + +
SeverityCategoryRuleMessageLine
 WarningimportsCustomImportOrderExtra separation in import group before 'org.springframework.security.core.Authentication'28
+

waffle/spring/boot/demo/SecurityConfig.java

+ + + + + + + + + + + + +
SeverityCategoryRuleMessageLine
 WarningimportsCustomImportOrderExtra separation in import group before 'waffle.spring.NegotiateSecurityFilter'33
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/ci-management.html b/waffle-demo-parent/waffle-spring-boot-filter2/ci-management.html new file mode 100644 index 0000000000..8dd092b1ec --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/ci-management.html @@ -0,0 +1,151 @@ + + + + + + + + + + CI Management – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Overview

+

This project uses GitHub Actions.

+

Access

+

The following is a link to the continuous integration system used by the project:

+
https://github.com/Waffle/waffle/actions
+

Notifiers

+

No notifiers are defined. Please check back at a later date.

+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/cpd.html b/waffle-demo-parent/waffle-spring-boot-filter2/cpd.html new file mode 100644 index 0000000000..35c1b43169 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/cpd.html @@ -0,0 +1,146 @@ + + + + + + + + + + CPD Results – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

CPD Results

+

The following document contains the results of PMD's CPD 7.7.0.

+

CPD found no problems in your source code.

+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/css/apache-maven-fluido-2.0.0-M10.min.css b/waffle-demo-parent/waffle-spring-boot-filter2/css/apache-maven-fluido-2.0.0-M10.min.css new file mode 100644 index 0000000000..5b33638419 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/css/apache-maven-fluido-2.0.0-M10.min.css @@ -0,0 +1,20 @@ +/*! + * Bootstrap v2.3.2 + * + * Copyright 2013 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world by @mdo and @fat. + */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}@media print{*{color:#000 !important;text-shadow:none !important;background:transparent !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover,a:focus{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{margin-left:260px}.offset2{margin-left:180px}.offset1{margin-left:100px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%}.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%}.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%}.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%}.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%}.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%}.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%}.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%}.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%}.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%}.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%}.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%}.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%}.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%}.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%}.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%}.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%}.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%}.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%}.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%}.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%}.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%}.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%}.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right}.container{margin-right:auto;margin-left:auto;*zoom:1}.container:before,.container:after{display:table;line-height:0;content:""}.container:after{clear:both}.container-fluid{padding-right:20px;padding-left:20px;*zoom:1}.container-fluid:before,.container-fluid:after{display:table;line-height:0;content:""}.container-fluid:after{clear:both}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:21px;font-weight:200;line-height:30px}small{font-size:85%}strong{font-weight:bold}em{font-style:italic}cite{font-style:normal}.muted{color:#999}a.muted:hover,a.muted:focus{color:gray}.text-warning{color:#c09853}a.text-warning:hover,a.text-warning:focus{color:#a47e3c}.text-error{color:#b94a48}a.text-error:hover,a.text-error:focus{color:#953b39}.text-info{color:#3a87ad}a.text-info:hover,a.text-info:focus{color:#2d6987}.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#356635}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:inherit;font-weight:bold;line-height:20px;color:inherit;text-rendering:optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{line-height:40px}h1{font-size:38.5px}h2{font-size:31.5px}h3{font-size:24.5px}h4{font-size:17.5px}h5{font-size:14px}h6{font-size:11.9px}h1 small{font-size:24.5px}h2 small{font-size:17.5px}h3 small{font-size:14px}h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eee}ul,ol{padding:0;margin:0 0 10px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom:0}li{line-height:20px}ul.unstyled,ol.unstyled{margin-left:0;list-style:none}ul.inline,ol.inline{margin-left:0;list-style:none}ul.inline>li,ol.inline>li{display:inline-block;*display:inline;padding-right:5px;padding-left:5px;*zoom:1}dl{margin-bottom:20px}dt,dd{line-height:20px}dt{font-weight:bold}dd{margin-left:10px}.dl-horizontal{*zoom:1}.dl-horizontal:before,.dl-horizontal:after{display:table;line-height:0;content:""}.dl-horizontal:after{clear:both}.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{margin-bottom:0;font-size:17.5px;font-weight:300;line-height:1.25}blockquote small{display:block;line-height:20px;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:20px}code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}code{padding:2px 4px;color:#d14;white-space:nowrap;background-color:#f7f7f9;border:1px solid #e1e1e8}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}form{margin:0 0 20px}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333;border:0;border-bottom:1px solid #e5e5e5}legend small{font-size:15px;color:#999}label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px}input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}label{display:block;margin-bottom:5px}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:20px;padding:4px 6px;margin-bottom:10px;font-size:14px;line-height:20px;color:#555;vertical-align:middle;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}input,textarea,.uneditable-input{width:206px}textarea{height:auto}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;*margin-top:0;line-height:normal}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px}select{width:220px;background-color:#fff;border:1px solid #ccc}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.uneditable-input,.uneditable-textarea{color:#999;cursor:not-allowed;background-color:#fcfcfc;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025)}.uneditable-input{overflow:hidden;white-space:nowrap}.uneditable-textarea{width:auto;height:auto}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.radio,.checkbox{min-height:20px;padding-left:20px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-20px}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px}.input-mini{width:60px}.input-small{width:90px}.input-medium{width:150px}.input-large{width:210px}.input-xlarge{width:270px}.input-xxlarge{width:530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:926px}input.span11,textarea.span11,.uneditable-input.span11{width:846px}input.span10,textarea.span10,.uneditable-input.span10{width:766px}input.span9,textarea.span9,.uneditable-input.span9{width:686px}input.span8,textarea.span8,.uneditable-input.span8{width:606px}input.span7,textarea.span7,.uneditable-input.span7{width:526px}input.span6,textarea.span6,.uneditable-input.span6{width:446px}input.span5,textarea.span5,.uneditable-input.span5{width:366px}input.span4,textarea.span4,.uneditable-input.span4{width:286px}input.span3,textarea.span3,.uneditable-input.span3{width:206px}input.span2,textarea.span2,.uneditable-input.span2{width:126px}input.span1,textarea.span1,.uneditable-input.span1{width:46px}.controls-row{*zoom:1}.controls-row:before,.controls-row:after{display:table;line-height:0;content:""}.controls-row:after{clear:both}.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float:left}.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top:5px}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent}.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853}.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48}.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847}.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad}.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad}.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3}.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad}input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1}.form-actions:before,.form-actions:after{display:table;line-height:0;content:""}.form-actions:after{clear:both}.help-block,.help-inline{color:#595959}.help-block{display:block;margin-bottom:10px}.help-inline{display:inline-block;*display:inline;padding-left:5px;vertical-align:middle;*zoom:1}.input-append,.input-prepend{display:inline-block;margin-bottom:10px;font-size:0;white-space:nowrap;vertical-align:middle}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{font-size:14px}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2}.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc}.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546}.input-prepend .add-on,.input-prepend .btn{margin-right:-1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-left:-1px}.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .btn-group:first-child{margin-left:0}input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.form-search .input-append .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search .input-append .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;margin-bottom:0;vertical-align:middle;*zoom:1}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0}.control-group{margin-bottom:10px}legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate}.form-horizontal .control-group{margin-bottom:20px;*zoom:1}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;line-height:0;content:""}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-label{float:left;width:160px;padding-top:5px;text-align:right}.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0}.form-horizontal .controls:first-child{*padding-left:180px}.form-horizontal .help-block{margin-bottom:0}.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{margin-top:10px}.form-horizontal .form-actions{padding-left:180px}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}.table{width:100%;margin-bottom:20px}.table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #ddd}.table th{font-weight:bold}.table thead th{vertical-align:bottom}.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed th,.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.table-bordered th,.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomleft:0}.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomright:0}.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{background-color:#f5f5f5}table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display:table-cell;float:none;margin-left:0}.table td.span1,.table th.span1{float:none;width:44px;margin-left:0}.table td.span2,.table th.span2{float:none;width:124px;margin-left:0}.table td.span3,.table th.span3{float:none;width:204px;margin-left:0}.table td.span4,.table th.span4{float:none;width:284px;margin-left:0}.table td.span5,.table th.span5{float:none;width:364px;margin-left:0}.table td.span6,.table th.span6{float:none;width:444px;margin-left:0}.table td.span7,.table th.span7{float:none;width:524px;margin-left:0}.table td.span8,.table th.span8{float:none;width:604px;margin-left:0}.table td.span9,.table th.span9{float:none;width:684px;margin-left:0}.table td.span10,.table th.span10{float:none;width:764px;margin-left:0}.table td.span11,.table th.span11{float:none;width:844px;margin-left:0}.table td.span12,.table th.span12{float:none;width:924px;margin-left:0}.table tbody tr.success>td{background-color:#dff0d8}.table tbody tr.error>td{background-color:#f2dede}.table tbody tr.warning>td{background-color:#fcf8e3}.table tbody tr.info>td{background-color:#d9edf7}.table-hover tbody tr.success:hover>td{background-color:#d0e9c6}.table-hover tbody tr.error:hover>td{background-color:#ebcccc}.table-hover tbody tr.warning:hover>td{background-color:#faf2cc}.table-hover tbody tr.info:hover>td{background-color:#c4e3f3}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../img/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:focus>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:focus>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"]{background-image:url("../img/glyphicons-halflings-white.png")}.icon-glass{background-position:0 0}.icon-music{background-position:-24px 0}.icon-search{background-position:-48px 0}.icon-envelope{background-position:-72px 0}.icon-heart{background-position:-96px 0}.icon-star{background-position:-120px 0}.icon-star-empty{background-position:-144px 0}.icon-user{background-position:-168px 0}.icon-film{background-position:-192px 0}.icon-th-large{background-position:-216px 0}.icon-th{background-position:-240px 0}.icon-th-list{background-position:-264px 0}.icon-ok{background-position:-288px 0}.icon-remove{background-position:-312px 0}.icon-zoom-in{background-position:-336px 0}.icon-zoom-out{background-position:-360px 0}.icon-off{background-position:-384px 0}.icon-signal{background-position:-408px 0}.icon-cog{background-position:-432px 0}.icon-trash{background-position:-456px 0}.icon-home{background-position:0 -24px}.icon-file{background-position:-24px -24px}.icon-time{background-position:-48px -24px}.icon-road{background-position:-72px -24px}.icon-download-alt{background-position:-96px -24px}.icon-download{background-position:-120px -24px}.icon-upload{background-position:-144px -24px}.icon-inbox{background-position:-168px -24px}.icon-play-circle{background-position:-192px -24px}.icon-repeat{background-position:-216px -24px}.icon-refresh{background-position:-240px -24px}.icon-list-alt{background-position:-264px -24px}.icon-lock{background-position:-287px -24px}.icon-flag{background-position:-312px -24px}.icon-headphones{background-position:-336px -24px}.icon-volume-off{background-position:-360px -24px}.icon-volume-down{background-position:-384px -24px}.icon-volume-up{background-position:-408px -24px}.icon-qrcode{background-position:-432px -24px}.icon-barcode{background-position:-456px -24px}.icon-tag{background-position:0 -48px}.icon-tags{background-position:-25px -48px}.icon-book{background-position:-48px -48px}.icon-bookmark{background-position:-72px -48px}.icon-print{background-position:-96px -48px}.icon-camera{background-position:-120px -48px}.icon-font{background-position:-144px -48px}.icon-bold{background-position:-167px -48px}.icon-italic{background-position:-192px -48px}.icon-text-height{background-position:-216px -48px}.icon-text-width{background-position:-240px -48px}.icon-align-left{background-position:-264px -48px}.icon-align-center{background-position:-288px -48px}.icon-align-right{background-position:-312px -48px}.icon-align-justify{background-position:-336px -48px}.icon-list{background-position:-360px -48px}.icon-indent-left{background-position:-384px -48px}.icon-indent-right{background-position:-408px -48px}.icon-facetime-video{background-position:-432px -48px}.icon-picture{background-position:-456px -48px}.icon-pencil{background-position:0 -72px}.icon-map-marker{background-position:-24px -72px}.icon-adjust{background-position:-48px -72px}.icon-tint{background-position:-72px -72px}.icon-edit{background-position:-96px -72px}.icon-share{background-position:-120px -72px}.icon-check{background-position:-144px -72px}.icon-move{background-position:-168px -72px}.icon-step-backward{background-position:-192px -72px}.icon-fast-backward{background-position:-216px -72px}.icon-backward{background-position:-240px -72px}.icon-play{background-position:-264px -72px}.icon-pause{background-position:-288px -72px}.icon-stop{background-position:-312px -72px}.icon-forward{background-position:-336px -72px}.icon-fast-forward{background-position:-360px -72px}.icon-step-forward{background-position:-384px -72px}.icon-eject{background-position:-408px -72px}.icon-chevron-left{background-position:-432px -72px}.icon-chevron-right{background-position:-456px -72px}.icon-plus-sign{background-position:0 -96px}.icon-minus-sign{background-position:-24px -96px}.icon-remove-sign{background-position:-48px -96px}.icon-ok-sign{background-position:-72px -96px}.icon-question-sign{background-position:-96px -96px}.icon-info-sign{background-position:-120px -96px}.icon-screenshot{background-position:-144px -96px}.icon-remove-circle{background-position:-168px -96px}.icon-ok-circle{background-position:-192px -96px}.icon-ban-circle{background-position:-216px -96px}.icon-arrow-left{background-position:-240px -96px}.icon-arrow-right{background-position:-264px -96px}.icon-arrow-up{background-position:-289px -96px}.icon-arrow-down{background-position:-312px -96px}.icon-share-alt{background-position:-336px -96px}.icon-resize-full{background-position:-360px -96px}.icon-resize-small{background-position:-384px -96px}.icon-plus{background-position:-408px -96px}.icon-minus{background-position:-433px -96px}.icon-asterisk{background-position:-456px -96px}.icon-exclamation-sign{background-position:0 -120px}.icon-gift{background-position:-24px -120px}.icon-leaf{background-position:-48px -120px}.icon-fire{background-position:-72px -120px}.icon-eye-open{background-position:-96px -120px}.icon-eye-close{background-position:-120px -120px}.icon-warning-sign{background-position:-144px -120px}.icon-plane{background-position:-168px -120px}.icon-calendar{background-position:-192px -120px}.icon-random{width:16px;background-position:-216px -120px}.icon-comment{background-position:-240px -120px}.icon-magnet{background-position:-264px -120px}.icon-chevron-up{background-position:-288px -120px}.icon-chevron-down{background-position:-313px -119px}.icon-retweet{background-position:-336px -120px}.icon-shopping-cart{background-position:-360px -120px}.icon-folder-close{width:16px;background-position:-384px -120px}.icon-folder-open{width:16px;background-position:-408px -120px}.icon-resize-vertical{background-position:-432px -119px}.icon-resize-horizontal{background-position:-456px -118px}.icon-hdd{background-position:0 -144px}.icon-bullhorn{background-position:-24px -144px}.icon-bell{background-position:-48px -144px}.icon-certificate{background-position:-72px -144px}.icon-thumbs-up{background-position:-96px -144px}.icon-thumbs-down{background-position:-120px -144px}.icon-hand-right{background-position:-144px -144px}.icon-hand-left{background-position:-168px -144px}.icon-hand-up{background-position:-192px -144px}.icon-hand-down{background-position:-216px -144px}.icon-circle-arrow-right{background-position:-240px -144px}.icon-circle-arrow-left{background-position:-264px -144px}.icon-circle-arrow-up{background-position:-288px -144px}.icon-circle-arrow-down{background-position:-312px -144px}.icon-globe{background-position:-336px -144px}.icon-wrench{background-position:-360px -144px}.icon-tasks{background-position:-384px -144px}.icon-filter{background-position:-408px -144px}.icon-briefcase{background-position:-432px -144px}.icon-fullscreen{background-position:-456px -144px}.dropup,.dropdown{position:relative}.dropdown-toggle{*margin-bottom:-3px}.dropdown-toggle:active,.open .dropdown-toggle{outline:0}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.dropdown .caret{margin-top:8px;margin-left:2px}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{color:#fff;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open{*z-index:1000}.open>.dropdown-menu{display:block}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;border-radius:5px 5px 5px 0}.dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;border-color:transparent;border-left-color:#ccc;border-style:solid;border-width:5px 0 5px 5px;content:" "}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.dropdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px}.typeahead{z-index:1051;margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.collapse.in{height:auto}.close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.btn{display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #ccc;*border:0;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#ccc \9}.btn:first-child{*margin-left:0}.btn:hover,.btn:focus{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px}.btn-small{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0}.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{margin-top:-1px}.btn-mini{padding:0 6px;font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;*background-color:#04c;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.btn-primary:active,.btn-primary.active{background-color:#039 \9}.btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#faa732;*background-color:#f89406;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#fff;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4f49;*background-color:#bd362f;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb75b;*background-color:#51a351;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#fff;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;*background-color:#2f96b4;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;*background-color:#222;background-image:-moz-linear-gradient(top,#444,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#fff;background-color:#222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{color:#08c;cursor:pointer;border-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover,.btn-link:focus{color:#005580;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus{color:#333;text-decoration:none}.btn-group{position:relative;display:inline-block;*display:inline;*margin-left:.3em;font-size:0;white-space:nowrap;vertical-align:middle;*zoom:1}.btn-group:first-child{*margin-left:0}.btn-group+.btn-group{margin-left:5px}.btn-toolbar{margin-top:10px;margin-bottom:10px;font-size:0}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{margin-left:5px}.btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group>.btn+.btn{margin-left:-1px}.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover{font-size:14px}.btn-group>.btn-mini{font-size:10.5px}.btn-group>.btn-small{font-size:11.9px}.btn-group>.btn-large{font-size:17.5px}.btn-group>.btn:first-child{margin-left:0;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px}.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{*padding-top:5px;padding-right:8px;*padding-bottom:5px;padding-left:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn-group>.btn-mini+.dropdown-toggle{*padding-top:2px;padding-right:5px;*padding-bottom:2px;padding-left:5px}.btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px}.btn-group>.btn-large+.dropdown-toggle{*padding-top:7px;padding-right:12px;*padding-bottom:7px;padding-left:12px}.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6}.btn-group.open .btn-primary.dropdown-toggle{background-color:#04c}.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406}.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f}.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351}.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4}.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222}.btn .caret{margin-top:8px;margin-left:0}.btn-large .caret{margin-top:6px}.btn-large .caret{border-top-width:5px;border-right-width:5px;border-left-width:5px}.btn-mini .caret,.btn-small .caret{margin-top:8px}.dropup .btn-large .caret{border-bottom-width:5px}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff}.btn-group-vertical{display:inline-block;*display:inline;*zoom:1}.btn-group-vertical>.btn{display:block;float:none;max-width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group-vertical>.btn+.btn{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.btn-group-vertical>.btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.btn-group-vertical>.btn-large:first-child{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}.btn-group-vertical>.btn-large:last-child{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert,.alert h4{color:#c09853}.alert h4{margin:0}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success h4{color:#468847}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger h4,.alert-error h4{color:#b94a48}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info h4{color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}.nav{margin-bottom:20px;margin-left:0;list-style:none}.nav>li>a{display:block}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li>a>img{max-width:none}.nav>.pull-right{float:right}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase}.nav li+.nav-header{margin-top:9px}.nav-list{padding-right:15px;padding-left:15px;margin-bottom:0}.nav-list>li>a,.nav-list .nav-header{margin-right:-15px;margin-left:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.nav-list>li>a{padding:3px 15px}.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#08c}.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-right:2px}.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.nav-tabs,.nav-pills{*zoom:1}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;line-height:0;content:""}.nav-tabs:after,.nav-pills:after{clear:both}.nav-tabs>li,.nav-pills>li{float:left}.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{border-color:#eee #eee #ddd}.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{color:#fff;background-color:#08c}.nav-stacked>li{float:none}.nav-stacked>li>a{margin-right:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-topleft:4px}.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px}.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{z-index:2;border-color:#ddd}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.nav .dropdown-toggle .caret{margin-top:6px;border-top-color:#08c;border-bottom-color:#08c}.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .dropdown-toggle .caret{margin-top:8px}.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus{cursor:pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{color:#fff;background-color:#999;border-color:#999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{border-color:#999}.tabbable{*zoom:1}.tabbable:before,.tabbable:after{display:table;line-height:0;content:""}.tabbable:after{clear:both}.tab-content{overflow:auto}.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{border-top-color:#ddd;border-bottom-color:transparent}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{border-color:transparent #ddd #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{border-color:#eee #ddd #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.nav>.disabled>a{color:#999}.nav>.disabled>a:hover,.nav>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent}.navbar{*position:relative;*z-index:2;margin-bottom:20px;overflow:visible}.navbar-inner{min-height:40px;padding-right:20px;padding-left:20px;background-color:#fafafa;background-image:-moz-linear-gradient(top,#fff,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);background-image:-o-linear-gradient(top,#fff,#f2f2f2);background-image:linear-gradient(to bottom,#fff,#f2f2f2);background-repeat:repeat-x;border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);*zoom:1;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065)}.navbar-inner:before,.navbar-inner:after{display:table;line-height:0;content:""}.navbar-inner:after{clear:both}.navbar .container{width:auto}.nav-collapse.collapse{height:auto;overflow:visible}.navbar .brand{display:block;float:left;padding:10px 20px 10px;margin-left:-20px;font-size:20px;font-weight:200;color:#777;text-shadow:0 1px 0 #fff}.navbar .brand:hover,.navbar .brand:focus{text-decoration:none}.navbar-text{margin-bottom:0;line-height:40px;color:#777}.navbar-link{color:#777}.navbar-link:hover,.navbar-link:focus{color:#333}.navbar .divider-vertical{height:40px;margin:0 9px;border-right:1px solid #fff;border-left:1px solid #f2f2f2}.navbar .btn,.navbar .btn-group{margin-top:5px}.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{margin-top:0}.navbar-form{margin-bottom:0;*zoom:1}.navbar-form:before,.navbar-form:after{display:table;line-height:0;content:""}.navbar-form:after{clear:both}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px}.navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top:5px;white-space:nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0}.navbar-search{position:relative;float:left;margin-top:5px;margin-bottom:0}.navbar-search .search-query{padding:4px 14px;margin-bottom:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.navbar-static-top{position:static;margin-bottom:0}.navbar-static-top .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width:0 0 1px}.navbar-fixed-bottom .navbar-inner{border-width:1px 0 0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-right:0;padding-left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.navbar-fixed-top{top:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1)}.navbar-fixed-bottom{bottom:0}.navbar-fixed-bottom .navbar-inner{-webkit-box-shadow:0 -1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 -1px 10px rgba(0,0,0,0.1);box-shadow:0 -1px 10px rgba(0,0,0,0.1)}.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0}.navbar .nav.pull-right{float:right;margin-right:0}.navbar .nav>li{float:left}.navbar .nav>li>a{float:none;padding:10px 15px 10px;color:#777;text-decoration:none;text-shadow:0 1px 0 #fff}.navbar .nav .dropdown-toggle .caret{margin-top:8px}.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{color:#333;text-decoration:none;background-color:transparent}.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555;text-decoration:none;background-color:#e5e5e5;-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}.navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-right:5px;margin-left:5px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#ededed;*background-color:#e5e5e5;background-image:-moz-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));background-image:-webkit-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-o-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:linear-gradient(to bottom,#f2f2f2,#e5e5e5);background-repeat:repeat-x;border-color:#e5e5e5 #e5e5e5 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#fff;background-color:#e5e5e5;*background-color:#d9d9d9}.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#ccc \9}.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}.btn-navbar .icon-bar+.icon-bar{margin-top:3px}.navbar .nav>li>.dropdown-menu:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}.navbar .nav>li>.dropdown-menu:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.navbar-fixed-bottom .nav>li>.dropdown-menu:before{top:auto;bottom:-7px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,0.2)}.navbar-fixed-bottom .nav>li>.dropdown-menu:after{top:auto;bottom:-6px;border-top:6px solid #fff;border-bottom:0}.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{color:#555;background-color:#e5e5e5}.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777;border-bottom-color:#777}.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{right:12px;left:auto}.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{right:13px;left:auto}.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{right:100%;left:auto;margin-right:-1px;margin-left:0;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222,#111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));background-image:-webkit-linear-gradient(top,#222,#111);background-image:-o-linear-gradient(top,#222,#111);background-image:linear-gradient(to bottom,#222,#111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#999;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{color:#fff}.navbar-inverse .brand{color:#999}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{color:#fff;background-color:#111}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{color:#fff}.navbar-inverse .divider-vertical{border-right-color:#222;border-left-color:#111}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{color:#fff;background-color:#111}.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-search .search-query{color:#fff;background-color:#515151;border-color:#111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;outline:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15)}.navbar-inverse .btn-navbar{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;*background-color:#040404;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#fff;background-color:#040404;*background-color:#000}.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000 \9}.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.breadcrumb>li{display:inline-block;*display:inline;text-shadow:0 1px 0 #fff;*zoom:1}.breadcrumb>li>.divider{padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{margin:20px 0}.pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.pagination ul>li{display:inline}.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5}.pagination ul>.active>a,.pagination ul>.active>span{color:#999;cursor:default}.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999;cursor:default;background-color:transparent}.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}.pagination-centered{text-align:center}.pagination-right{text-align:right}.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:17.5px}.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px}.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px}.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px}.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px}.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px}.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:0 6px;font-size:10.5px}.pager{margin:20px 0;text-align:center;list-style:none;*zoom:1}.pager:before,.pager:after{display:table;line-height:0;content:""}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#f5f5f5}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:default;background-color:#fff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal{position:fixed;top:10%;left:50%;z-index:1050;width:560px;margin-left:-280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;outline:0;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.modal.fade{top:-25%;-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out}.modal.fade.in{top:10%}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}.modal-header h3{margin:0;line-height:30px}.modal-body{position:relative;max-height:400px;padding:15px;overflow-y:auto}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;*zoom:1;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.modal-footer:before,.modal-footer:after{display:table;line-height:0;content:""}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0}.thumbnails{margin-left:-20px;list-style:none;*zoom:1}.thumbnails:before,.thumbnails:after{display:table;line-height:0;content:""}.thumbnails:after{clear:both}.row-fluid .thumbnails{margin-left:0}.thumbnails>li{float:left;margin-bottom:20px;margin-left:20px}.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);box-shadow:0 1px 3px rgba(0,0,0,0.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}a.thumbnail:hover,a.thumbnail:focus{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25)}.thumbnail>img{display:block;max-width:100%;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#555}.media,.media-body{overflow:hidden;*overflow:visible;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{margin-left:0;list-style:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:bold;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);white-space:nowrap;vertical-align:baseline;background-color:#999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-right:9px;padding-left:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}.label:empty,.badge:empty{display:none}a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress .bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top,#149bdf,#0480be);background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15)}.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top,#62c462,#57a957);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));background-image:-webkit-linear-gradient(top,#62c462,#57a957);background-image:-o-linear-gradient(top,#62c462,#57a957);background-image:linear-gradient(to bottom,#62c462,#57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)}.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);background-image:-o-linear-gradient(top,#5bc0de,#339bb9);background-image:linear-gradient(to bottom,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0)}.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.accordion{margin-bottom:20px}.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.accordion-heading{border-bottom:0}.accordion-heading .accordion-toggle{display:block;padding:8px 15px}.accordion-toggle{cursor:pointer}.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}.carousel{position:relative;margin-bottom:20px;line-height:1}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;filter:alpha(opacity=50)}.carousel-control.right{right:15px;left:auto}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-indicators{position:absolute;top:15px;right:15px;z-index:5;margin:0;list-style:none}.carousel-indicators li{display:block;float:left;width:10px;height:10px;margin-left:5px;text-indent:-999px;background-color:#ccc;background-color:rgba(255,255,255,0.25);border-radius:5px}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:0;bottom:0;left:0;padding:15px;background:#333;background:rgba(0,0,0,0.75)}.carousel-caption h4,.carousel-caption p{line-height:20px;color:#fff}.carousel-caption h4{margin:0 0 5px}.carousel-caption p{margin-bottom:0}.hero-unit{padding:60px;margin-bottom:30px;font-size:18px;font-weight:200;line-height:30px;color:inherit;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;color:inherit}.hero-unit li{line-height:30px}.pull-right{float:right}.pull-left{float:left}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.affix{position:fixed}/*! + * Bootstrap Responsive v2.3.2 + * + * Copyright 2013 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world by @mdo and @fat. + */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:device-width}.hidden{display:none;visibility:hidden}.visible-phone{display:none !important}.visible-tablet{display:none !important}.hidden-desktop{display:none !important}.visible-desktop{display:inherit !important}@media(min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}.visible-tablet{display:inherit !important}.hidden-tablet{display:none !important}}@media(max-width:767px){.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}.visible-phone{display:inherit !important}.hidden-phone{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:inherit !important}.hidden-print{display:none !important}}@media(min-width:1200px){.row{margin-left:-30px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:30px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px}.span12{width:1170px}.span11{width:1070px}.span10{width:970px}.span9{width:870px}.span8{width:770px}.span7{width:670px}.span6{width:570px}.span5{width:470px}.span4{width:370px}.span3{width:270px}.span2{width:170px}.span1{width:70px}.offset12{margin-left:1230px}.offset11{margin-left:1130px}.offset10{margin-left:1030px}.offset9{margin-left:930px}.offset8{margin-left:830px}.offset7{margin-left:730px}.offset6{margin-left:630px}.offset5{margin-left:530px}.offset4{margin-left:430px}.offset3{margin-left:330px}.offset2{margin-left:230px}.offset1{margin-left:130px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.564102564102564%;*margin-left:2.5109110747408616%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.564102564102564%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%}.row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%}.row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%}.row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%}.row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%}.row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%}.row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%}.row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%}.row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%}.row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%}.row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%}.row-fluid .offset12{margin-left:105.12820512820512%;*margin-left:105.02182214948171%}.row-fluid .offset12:first-child{margin-left:102.56410256410257%;*margin-left:102.45771958537915%}.row-fluid .offset11{margin-left:96.58119658119658%;*margin-left:96.47481360247316%}.row-fluid .offset11:first-child{margin-left:94.01709401709402%;*margin-left:93.91071103837061%}.row-fluid .offset10{margin-left:88.03418803418803%;*margin-left:87.92780505546462%}.row-fluid .offset10:first-child{margin-left:85.47008547008548%;*margin-left:85.36370249136206%}.row-fluid .offset9{margin-left:79.48717948717949%;*margin-left:79.38079650845607%}.row-fluid .offset9:first-child{margin-left:76.92307692307693%;*margin-left:76.81669394435352%}.row-fluid .offset8{margin-left:70.94017094017094%;*margin-left:70.83378796144753%}.row-fluid .offset8:first-child{margin-left:68.37606837606839%;*margin-left:68.26968539734497%}.row-fluid .offset7{margin-left:62.393162393162385%;*margin-left:62.28677941443899%}.row-fluid .offset7:first-child{margin-left:59.82905982905982%;*margin-left:59.72267685033642%}.row-fluid .offset6{margin-left:53.84615384615384%;*margin-left:53.739770867430444%}.row-fluid .offset6:first-child{margin-left:51.28205128205128%;*margin-left:51.175668303327875%}.row-fluid .offset5{margin-left:45.299145299145295%;*margin-left:45.1927623204219%}.row-fluid .offset5:first-child{margin-left:42.73504273504273%;*margin-left:42.62865975631933%}.row-fluid .offset4{margin-left:36.75213675213675%;*margin-left:36.645753773413354%}.row-fluid .offset4:first-child{margin-left:34.18803418803419%;*margin-left:34.081651209310785%}.row-fluid .offset3{margin-left:28.205128205128204%;*margin-left:28.0987452264048%}.row-fluid .offset3:first-child{margin-left:25.641025641025642%;*margin-left:25.53464266230224%}.row-fluid .offset2{margin-left:19.65811965811966%;*margin-left:19.551736679396257%}.row-fluid .offset2:first-child{margin-left:17.094017094017094%;*margin-left:16.98763411529369%}.row-fluid .offset1{margin-left:11.11111111111111%;*margin-left:11.004728132387708%}.row-fluid .offset1:first-child{margin-left:8.547008547008547%;*margin-left:8.440625568285142%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:30px}input.span12,textarea.span12,.uneditable-input.span12{width:1156px}input.span11,textarea.span11,.uneditable-input.span11{width:1056px}input.span10,textarea.span10,.uneditable-input.span10{width:956px}input.span9,textarea.span9,.uneditable-input.span9{width:856px}input.span8,textarea.span8,.uneditable-input.span8{width:756px}input.span7,textarea.span7,.uneditable-input.span7{width:656px}input.span6,textarea.span6,.uneditable-input.span6{width:556px}input.span5,textarea.span5,.uneditable-input.span5{width:456px}input.span4,textarea.span4,.uneditable-input.span4{width:356px}input.span3,textarea.span3,.uneditable-input.span3{width:256px}input.span2,textarea.span2,.uneditable-input.span2{width:156px}input.span1,textarea.span1,.uneditable-input.span1{width:56px}.thumbnails{margin-left:-30px}.thumbnails>li{margin-left:30px}.row-fluid .thumbnails{margin-left:0}}@media(min-width:768px) and (max-width:979px){.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px}.span12{width:724px}.span11{width:662px}.span10{width:600px}.span9{width:538px}.span8{width:476px}.span7{width:414px}.span6{width:352px}.span5{width:290px}.span4{width:228px}.span3{width:166px}.span2{width:104px}.span1{width:42px}.offset12{margin-left:764px}.offset11{margin-left:702px}.offset10{margin-left:640px}.offset9{margin-left:578px}.offset8{margin-left:516px}.offset7{margin-left:454px}.offset6{margin-left:392px}.offset5{margin-left:330px}.offset4{margin-left:268px}.offset3{margin-left:206px}.offset2{margin-left:144px}.offset1{margin-left:82px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.7624309392265194%;*margin-left:2.709239449864817%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.7624309392265194%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%}.row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%}.row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%}.row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%}.row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%}.row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%}.row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%}.row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%}.row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%}.row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%}.row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%}.row-fluid .offset12{margin-left:105.52486187845304%;*margin-left:105.41847889972962%}.row-fluid .offset12:first-child{margin-left:102.76243093922652%;*margin-left:102.6560479605031%}.row-fluid .offset11{margin-left:96.96132596685082%;*margin-left:96.8549429881274%}.row-fluid .offset11:first-child{margin-left:94.1988950276243%;*margin-left:94.09251204890089%}.row-fluid .offset10{margin-left:88.39779005524862%;*margin-left:88.2914070765252%}.row-fluid .offset10:first-child{margin-left:85.6353591160221%;*margin-left:85.52897613729868%}.row-fluid .offset9{margin-left:79.8342541436464%;*margin-left:79.72787116492299%}.row-fluid .offset9:first-child{margin-left:77.07182320441989%;*margin-left:76.96544022569647%}.row-fluid .offset8{margin-left:71.2707182320442%;*margin-left:71.16433525332079%}.row-fluid .offset8:first-child{margin-left:68.50828729281768%;*margin-left:68.40190431409427%}.row-fluid .offset7{margin-left:62.70718232044199%;*margin-left:62.600799341718584%}.row-fluid .offset7:first-child{margin-left:59.94475138121547%;*margin-left:59.838368402492065%}.row-fluid .offset6{margin-left:54.14364640883978%;*margin-left:54.037263430116376%}.row-fluid .offset6:first-child{margin-left:51.38121546961326%;*margin-left:51.27483249088986%}.row-fluid .offset5{margin-left:45.58011049723757%;*margin-left:45.47372751851417%}.row-fluid .offset5:first-child{margin-left:42.81767955801105%;*margin-left:42.71129657928765%}.row-fluid .offset4{margin-left:37.01657458563536%;*margin-left:36.91019160691196%}.row-fluid .offset4:first-child{margin-left:34.25414364640884%;*margin-left:34.14776066768544%}.row-fluid .offset3{margin-left:28.45303867403315%;*margin-left:28.346655695309746%}.row-fluid .offset3:first-child{margin-left:25.69060773480663%;*margin-left:25.584224756083227%}.row-fluid .offset2{margin-left:19.88950276243094%;*margin-left:19.783119783707537%}.row-fluid .offset2:first-child{margin-left:17.12707182320442%;*margin-left:17.02068884448102%}.row-fluid .offset1{margin-left:11.32596685082873%;*margin-left:11.219583872105325%}.row-fluid .offset1:first-child{margin-left:8.56353591160221%;*margin-left:8.457152932878806%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:710px}input.span11,textarea.span11,.uneditable-input.span11{width:648px}input.span10,textarea.span10,.uneditable-input.span10{width:586px}input.span9,textarea.span9,.uneditable-input.span9{width:524px}input.span8,textarea.span8,.uneditable-input.span8{width:462px}input.span7,textarea.span7,.uneditable-input.span7{width:400px}input.span6,textarea.span6,.uneditable-input.span6{width:338px}input.span5,textarea.span5,.uneditable-input.span5{width:276px}input.span4,textarea.span4,.uneditable-input.span4{width:214px}input.span3,textarea.span3,.uneditable-input.span3{width:152px}input.span2,textarea.span2,.uneditable-input.span2{width:90px}input.span1,textarea.span1,.uneditable-input.span1{width:28px}}@media(max-width:767px){body{padding-right:20px;padding-left:20px}.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-right:-20px;margin-left:-20px}.container-fluid{padding:0}.dl-horizontal dt{float:none;width:auto;clear:none;text-align:left}.dl-horizontal dd{margin-left:0}.container{width:auto}.row-fluid{width:100%}.row,.thumbnails{margin-left:0}.thumbnails>li{float:none;margin-left:0}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{display:block;float:none;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="offset"]:first-child{margin-left:0}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto}.controls-row [class*="span"]+[class*="span"]{margin-left:0}.modal{position:fixed;top:20px;right:20px;left:20px;width:auto;margin:0}.modal.fade{top:-100px}.modal.fade.in{top:20px}}@media(max-width:480px){.nav-collapse{-webkit-transform:translate3d(0,0,0)}.page-header h1 small{display:block;line-height:20px}input[type="checkbox"],input[type="radio"]{border:1px solid #ccc}.form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:left}.form-horizontal .controls{margin-left:0}.form-horizontal .control-list{padding-top:0}.form-horizontal .form-actions{padding-right:10px;padding-left:10px}.media .pull-left,.media .pull-right{display:block;float:none;margin-bottom:10px}.media-object{margin-right:0;margin-left:0}.modal{top:10px;right:10px;left:10px}.modal-header .close{padding:10px;margin:-10px}.carousel-caption{position:static}}@media(max-width:979px){body{padding-top:0}.navbar-fixed-top,.navbar-fixed-bottom{position:static}.navbar-fixed-top{margin-bottom:20px}.navbar-fixed-bottom{margin-top:20px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px}.navbar .container{width:auto;padding:0}.navbar .brand{padding-right:10px;padding-left:10px;margin:0 0 0 -5px}.nav-collapse{clear:both}.nav-collapse .nav{float:none;margin:0 0 10px}.nav-collapse .nav>li{float:none}.nav-collapse .nav>li>a{margin-bottom:2px}.nav-collapse .nav>.divider-vertical{display:none}.nav-collapse .nav .nav-header{color:#777;text-shadow:none}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px}.nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#f2f2f2}.navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999}.navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color:#111}.nav-collapse.in .btn-group{padding:0;margin-top:5px}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;display:none;float:none;max-width:none;padding:0;margin:0 15px;background-color:transparent;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.nav-collapse .open>.dropdown-menu{display:block}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none}.nav-collapse .dropdown-menu .divider{display:none}.nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111;border-bottom-color:#111}.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0}.nav-collapse,.nav-collapse.collapse{height:0;overflow:hidden}.navbar .btn-navbar{display:block}.navbar-static .navbar-inner{padding-right:10px;padding-left:10px}}@media(min-width:980px){.nav-collapse.collapse{height:auto !important;overflow:visible !important}}.clear{clear:both;visibility:hidden}.clear hr{display:none}section>p,section>dt,section>dl,section>table.table,section>pre{margin-right:7px;margin-left:7px}#poweredBy{text-align:center}a.externalLink{padding-right:18px}a.newWindow{background:url('../images/window-new.png') right center no-repeat;padding-right:18px}a.externalLink[href^=http]{background:url('../images/internet-web-browser.png') right center no-repeat;padding-right:18px}a.externalLink[href$=".asc"]{background:url('../images/accessories-text-editor.png') right center no-repeat;padding-right:18px}a.externalLink[href$=".jpg"],a.externalLink[href$=".jpeg"],a.externalLink[href$=".gif"],a.externalLink[href$=".png"]{background:url('../images/image-x-generic.png') right center no-repeat;padding-right:18px}a.externalLink[href$=".tar.gz"],a.externalLink[href$=".zip"]{background:url('../images/package-x-generic.png') right center no-repeat;padding-right:18px}a.externalLink[href$=".md5"],a.externalLink[href$=".sha1"]{background:url('../images/document-properties.png') right center no-repeat;padding-right:18px}a.externalLink[href^=https]{background:url('../images/application-certificate.png') right center no-repeat;padding-right:18px}a.externalLink[href^=file]{background:url('../images/drive-harddisk.png') right center no-repeat;padding-right:18px}a.externalLink[href^=ftp]{background:url('../images/network-server.png') right center no-repeat;padding-right:18px}a.externalLink[href^=mailto]{background:url('../images/contact-new.png') right center no-repeat;padding-right:18px}li.none{list-style:none}.search-query{width:95%}.sidebar-nav .search-query{width:calc(100% - 30px)}body.topBarEnabled{padding-top:43px}div.container-top,div.container-fluid-top{padding-top:10px}.builtBy{display:block}img.builtBy{margin:10px auto}#search-form{margin-left:9px;margin-right:9px}li{color:#404040}table.zebra-striped{background-color:#FFF}.footer{background-color:#EEE}.sidebar-nav{padding-left:0;padding-right:0}.sidebar-nav .icon-chevron-right,.sidebar-nav .icon-chevron-down{margin-top:2px;margin-right:-6px;float:right;opacity:.25}li.pull-right{margin-left:3px;margin-right:3px}.well{margin-bottom:10px}a.dropdown-toggle{cursor:pointer}h1>code,h2>code,h3>code,h4>code,h5>code{font-size:unset}.table th,.table td{text-align:revert}.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0;padding-left:15px}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}/*! + * "Fork me on GitHub" CSS ribbon v0.2.3 | MIT License + * https://github.com/simonwhitaker/github-fork-ribbon-css +*/.github-fork-ribbon{width:12.1em;height:12.1em;position:absolute;overflow:hidden;top:0;right:0;z-index:9999;pointer-events:none;font-size:13px;text-decoration:none;text-indent:-999999px}.github-fork-ribbon.fixed{position:fixed}.github-fork-ribbon:hover,.github-fork-ribbon:active{background-color:rgba(0,0,0,0.0)}.github-fork-ribbon:before,.github-fork-ribbon:after{position:absolute;display:block;width:15.38em;height:1.54em;top:3.23em;right:-3.23em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.github-fork-ribbon:before{content:"";padding:.38em 0;background-color:#a00;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.15)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15));background-image:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15));background-image:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15));background-image:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15));background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.15));-webkit-box-shadow:0 .15em .23em 0 rgba(0,0,0,0.5);-moz-box-shadow:0 .15em .23em 0 rgba(0,0,0,0.5);box-shadow:0 .15em .23em 0 rgba(0,0,0,0.5);pointer-events:auto}.github-fork-ribbon:after{content:attr(data-ribbon);color:#fff;font:700 1em "Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.54em;text-decoration:none;text-shadow:0 -.08em rgba(0,0,0,0.5);text-align:center;text-indent:0;padding:.15em 0;margin:.15em 0;border-width:.08em 0;border-style:dotted;border-color:#fff;border-color:rgba(255,255,255,0.7)}.github-fork-ribbon.left-top,.github-fork-ribbon.left-bottom{right:auto;left:0}.github-fork-ribbon.left-bottom,.github-fork-ribbon.right-bottom{top:auto;bottom:0}.github-fork-ribbon.left-top:before,.github-fork-ribbon.left-top:after,.github-fork-ribbon.left-bottom:before,.github-fork-ribbon.left-bottom:after{right:auto;left:-3.23em}.github-fork-ribbon.left-bottom:before,.github-fork-ribbon.left-bottom:after,.github-fork-ribbon.right-bottom:before,.github-fork-ribbon.right-bottom:after{top:auto;bottom:3.23em}.github-fork-ribbon.left-top:before,.github-fork-ribbon.left-top:after,.github-fork-ribbon.right-bottom:before,.github-fork-ribbon.right-bottom:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)} \ No newline at end of file diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/css/print.css b/waffle-demo-parent/waffle-spring-boot-filter2/css/print.css new file mode 100644 index 0000000000..d637584360 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/css/print.css @@ -0,0 +1,35 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +#banner, +#footer, +#leftcol, +#breadcrumbs, +.docs #toc, +.docs .courtesylinks, +#leftColumn, +#navColumn { + display: none !important; +} + +#bodyColumn, +body.docs div.docs { + margin: 0 !important; + border: none !important; +} diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/css/site.css b/waffle-demo-parent/waffle-spring-boot-filter2/css/site.css new file mode 100644 index 0000000000..055e7e286a --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/dependencies.html b/waffle-demo-parent/waffle-spring-boot-filter2/dependencies.html new file mode 100644 index 0000000000..5c7a88f3e1 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/dependencies.html @@ -0,0 +1,2044 @@ + + + + + + + + + + Project Dependencies – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Project Dependencies

+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
ch.qos.logbacklogback-classic1.5.15jarEclipse Public License - v 1.0GNU Lesser General Public License
com.github.wafflewaffle-jna3.5.1jarMIT
com.github.wafflewaffle-spring-boot-starter23.5.1jarMIT
net.bytebuddybyte-buddy1.15.11jarApache License, Version 2.0
net.bytebuddybyte-buddy-agent1.15.11jarApache License, Version 2.0
org.springframework.bootspring-boot-starter2.7.18jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-security2.7.18jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-web2.7.18jarApache License, Version 2.0
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.github.hazendaz.jmockitjmockit1.55.0jarThe MIT License
net.sf.jopt-simplejopt-simple5.0.4jarThe MIT License
org.apache.commonscommons-math33.6.1jarApache License, Version 2.0
org.assertjassertj-core3.27.0jarApache License, Version 2.0
org.junit.jupiterjunit-jupiter-engine5.11.4jarEclipse Public License v2.0
org.openjdk.jmhjmh-core1.37jarGNU General Public License (GPL), version 2, with the Classpath exception
org.openjdk.jmhjmh-generator-annprocess1.37jarGNU General Public License (GPL), version 2, with the Classpath exception
org.slf4jslf4j-simple1.7.36jarMIT License
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.github.spotbugsspotbugs-annotations4.8.6jarGNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
com.google.errorproneerror_prone_annotations2.36.0jarApache 2.0
com.google.j2objcj2objc-annotations3.0.0jarApache License, Version 2.0
jakarta.servletjakarta.servlet-api4.0.4jarEPL 2.0GPL2 w/ CPE
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
ch.qos.logbacklogback-core1.2.12jarEclipse Public License - v 1.0GNU Lesser General Public License
com.fasterxml.jackson.corejackson-annotations2.13.5jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-core2.13.5jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.13.5jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-jdk82.13.5jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-jsr3102.13.5jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-parameter-names2.13.5jarThe Apache Software License, Version 2.0
com.github.ben-manes.caffeinecaffeine3.1.8jarApache License, Version 2.0
com.github.wafflewaffle-spring-boot-autoconfigure23.5.1jarMIT
com.github.wafflewaffle-spring-security53.5.1jarMIT
jakarta.annotationjakarta.annotation-api1.3.5jarEPL 2.0GPL2 w/ CPE
net.java.dev.jnajna5.16.0jarLGPL-2.1-or-laterApache-2.0
net.java.dev.jnajna-platform5.16.0jarLGPL-2.1-or-laterApache-2.0
org.apache.logging.log4jlog4j-api2.24.3jarApache-2.0
org.apache.logging.log4jlog4j-to-slf4j2.24.3jarApache-2.0
org.apache.tomcat.embedtomcat-embed-core9.0.83jarApache License, Version 2.0
org.apache.tomcat.embedtomcat-embed-el9.0.83jarApache License, Version 2.0
org.apache.tomcat.embedtomcat-embed-websocket9.0.83jarApache License, Version 2.0
org.checkerframeworkchecker-qual3.48.3jarThe MIT License
org.slf4jjul-to-slf4j1.7.36jarMIT License
org.slf4jslf4j-api1.7.36jarMIT License
org.springframeworkspring-aop5.3.31jarApache License, Version 2.0
org.springframeworkspring-beans5.3.31jarApache License, Version 2.0
org.springframeworkspring-context5.3.31jarApache License, Version 2.0
org.springframeworkspring-core5.3.31jarApache License, Version 2.0
org.springframeworkspring-expression5.3.31jarApache License, Version 2.0
org.springframeworkspring-jcl5.3.31jarApache License, Version 2.0
org.springframeworkspring-web5.3.31jarApache License, Version 2.0
org.springframeworkspring-webmvc5.3.31jarApache License, Version 2.0
org.springframework.bootspring-boot2.7.18jarApache License, Version 2.0
org.springframework.bootspring-boot-autoconfigure2.7.18jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-json2.7.18jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-logging2.7.18jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-tomcat2.7.18jarApache License, Version 2.0
org.springframework.securityspring-security-config5.8.16jarApache License, Version 2.0
org.springframework.securityspring-security-core5.8.16jarApache License, Version 2.0
org.springframework.securityspring-security-crypto5.8.16jarApache License, Version 2.0
org.springframework.securityspring-security-web5.8.16jarApache License, Version 2.0
org.yamlsnakeyaml1.30jarApache License, Version 2.0
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
org.apiguardianapiguardian-api1.1.2jarThe Apache License, Version 2.0
org.junit.jupiterjunit-jupiter-api5.8.2jarEclipse Public License v2.0
org.junit.platformjunit-platform-commons1.8.2jarEclipse Public License v2.0
org.junit.platformjunit-platform-engine1.8.2jarEclipse Public License v2.0
org.objenesisobjenesis3.4jarApache License, Version 2.0
org.opentest4jopentest4j1.2.0jarThe Apache License, Version 2.0
+

provided

+

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicenses
com.google.code.findbugsjsr3053.0.2jarThe Apache Software License, Version 2.0
+

Project Dependency Graph

+ +
+

Dependency Tree

+
+

Licenses

+

Apache 2.0: error-prone annotations

+

The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

+

MIT License: JUL to SLF4J bridge, SLF4J API Module, SLF4J Simple Binding

+

Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API

+

GPL2 w/ CPE: Jakarta Annotations API, Jakarta Servlet

+

GNU Lesser General Public License: Logback Classic Module, Logback Core Module

+

GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations

+

LGPL-2.1-or-later: Java Native Access, Java Native Access Platform

+

The MIT License: Checker Qual, JOpt Simple, jmockit

+

Apache-2.0: Apache Log4j API, Java Native Access, Java Native Access Platform, Log4j API to SLF4J Adapter

+

Apache License, Version 2.0: Apache Commons Math, AssertJ Core, Byte Buddy (without dependencies), Byte Buddy agent, Caffeine cache, J2ObjC Annotations, Objenesis, SnakeYAML, Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring Web, Spring Web MVC, spring-boot, spring-boot-autoconfigure, spring-boot-starter, spring-boot-starter-json, spring-boot-starter-logging, spring-boot-starter-security, spring-boot-starter-tomcat, spring-boot-starter-web, spring-security-config, spring-security-core, spring-security-crypto, spring-security-web, tomcat-embed-core, tomcat-embed-el, tomcat-embed-websocket

+

MIT: waffle-jna, waffle-spring-boot-autoconfigure2, waffle-spring-boot-filter2, waffle-spring-boot-starter2, waffle-spring-security5

+

EPL 2.0: Jakarta Annotations API, Jakarta Servlet

+

GNU General Public License (GPL), version 2, with the Classpath exception: JMH Core, JMH Generators: Annotation Processors

+

The Apache Software License, Version 2.0: FindBugs-jsr305, Jackson datatype: JSR310, Jackson datatype: jdk8, Jackson-annotations, Jackson-core, Jackson-module-parameter-names, jackson-databind

+

Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module

+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
logback-classic-1.5.15.jar305.4 kB2411882911Yes
logback-core-1.2.12.jar448.9 kB398354341.6Yes
jackson-annotations-2.13.5.jar75.7 kB847221.6Yes
jackson-core-2.13.5.jar375.2 kB156----
   • Root-154127121.6Yes
   • Versioned-2119No
jackson-databind-2.13.5.jar1.5 MB746----
   • Root-744707221.8Yes
   • Versioned-2119No
jackson-datatype-jdk8-2.13.5.jar34.8 kB39----
   • Root-372211.8Yes
   • Versioned-2119No
jackson-datatype-jsr310-2.13.5.jar121.2 kB81----
   • Root-795861.8Yes
   • Versioned-2119No
jackson-module-parameter-names-2.13.5.jar9.5 kB21----
   • Root-19411.8Yes
   • Versioned-2119No
caffeine-3.1.8.jar889.2 kB713704311Yes
jmockit-1.55.0.jar775.4 kB4804104811Yes
spotbugs-annotations-4.8.6.jar15.3 kB312411.8Yes
waffle-jna-3.5.1.jar72.9 kB7254711Yes
waffle-spring-boot-autoconfigure2-3.5.1.jar8 kB164111Yes
waffle-spring-boot-starter2-3.5.1.jar3.7 kB132111No
waffle-spring-security5-3.5.1.jar16.6 kB189111Yes
jsr305-3.0.2.jar19.9 kB463531.5Yes
error_prone_annotations-2.36.0.jar19.4 kB47----
   • Root-402721.8Yes
   • Versioned-7119No
j2objc-annotations-3.0.0.jar12.5 kB31----
   • Root-291711.8Yes
   • Versioned-2119No
jakarta.annotation-api-1.3.5.jar25.1 kB281531.8Yes
jakarta.servlet-api-4.0.4.jar83 kB1088541.8Yes
byte-buddy-1.15.11.jar8.5 MB5890----
   • Root-29502897381.5Yes
   • Versioned-29402898391.8Yes
byte-buddy-agent-1.15.11.jar365.4 kB170----
   • Root-917221.5Yes
   • Versioned-797331.8Yes
jna-5.16.0.jar2 MB19212541.8Yes
jna-platform-5.16.0.jar1.4 MB13321284151.8Yes
jopt-simple-5.0.4.jar78.1 kB715931.7Yes
commons-math3-3.6.1.jar2.2 MB14021301751.5Yes
log4j-api-2.24.3.jar348.5 kB247----
   • Root-236209111.8Yes
   • Versioned-11429Yes
log4j-to-slf4j-2.24.3.jar23.8 kB261021.8Yes
tomcat-embed-core-9.0.83.jar3.5 MB16851563791.8Yes
tomcat-embed-el-9.0.83.jar258.3 kB17216171.8Yes
tomcat-embed-websocket-9.0.83.jar283.3 kB19518261.8Yes
apiguardian-api-1.1.2.jar6.8 kB9321.6Yes
assertj-core-3.27.0.jar1.4 MB883----
   • Root-879840271.8Yes
   • Versioned-4119No
checker-qual-3.48.3.jar238.6 kB454381331.8Yes
junit-jupiter-api-5.8.2.jar193.5 kB18316881.8Yes
junit-jupiter-engine-5.11.4.jar260.1 kB15213591.8Yes
junit-platform-commons-1.8.2.jar100.4 kB63----
   • Root-554271.8Yes
   • Versioned-8219Yes
junit-platform-engine-1.8.2.jar185.8 kB14212691.8Yes
objenesis-3.4.jar49.1 kB5943101.8Yes
jmh-core-1.37.jar553 kB363332131.8Yes
jmh-generator-annprocess-1.37.jar30.9 kB26821.8Yes
opentest4j-1.2.0.jar7.7 kB11721.6Yes
jul-to-slf4j-1.7.36.jar4.5 kB11111.5Yes
slf4j-api-1.7.36.jar41.1 kB463441.5Yes
slf4j-simple-1.7.36.jar15.3 kB201011.5Yes
spring-aop-5.3.31.jar384.5 kB308279171.8Yes
spring-beans-5.3.31.jar706.4 kB422392131.8Yes
spring-context-5.3.31.jar1.3 MB979892641.8Yes
spring-core-5.3.31.jar1.5 MB1037978491.8Yes
spring-expression-5.3.31.jar293.2 kB16415061.8Yes
spring-jcl-5.3.31.jar25.2 kB281721.8Yes
spring-web-5.3.31.jar1.6 MB10811010551.8Yes
spring-webmvc-5.3.31.jar1 MB602557281.8Yes
spring-boot-2.7.18.jar1.5 MB1056932791.8Yes
spring-boot-autoconfigure-2.7.18.jar1.7 MB135912311071.8Yes
spring-boot-starter-2.7.18.jar4.8 kB400--
spring-boot-starter-json-2.7.18.jar4.7 kB400--
spring-boot-starter-logging-2.7.18.jar4.8 kB400--
spring-boot-starter-security-2.7.18.jar4.7 kB400--
spring-boot-starter-tomcat-2.7.18.jar4.8 kB400--
spring-boot-starter-web-2.7.18.jar4.8 kB400--
spring-security-config-5.8.16.jar1.6 MB682587421.8Yes
spring-security-core-5.8.16.jar495.1 kB430361421.8Yes
spring-security-crypto-5.8.16.jar84.4 kB624791.8Yes
spring-security-web-5.8.16.jar738 kB558490531.8Yes
snakeyaml-1.30.jar331.6 kB265227211.7Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
6640.2 MB262302106111391159
compile: 47compile: 34.2 MBcompile: 22103compile: 17389compile: 91211compile: 40
provided: 5provided: 150.1 kBprovided: 263provided: 188provided: 11provided: 5
test: 14test: 5.9 MBtest: 3864test: 3484test: 21611test: 14
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/dependency-check-report.html b/waffle-demo-parent/waffle-spring-boot-filter2/dependency-check-report.html new file mode 100644 index 0000000000..a0e5949b02 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/dependency-check-report.html @@ -0,0 +1,743 @@ + + + + + Dependency-Check Report + + + + + + + + + + +
+ +

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; +false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and +the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, +implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided +is at the user’s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever +arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.

+

How to read the report | +Suppressing false positives | +Getting Help: github issues

+ Sponsor

+

Project: waffle-spring-boot-filter2

com.github.waffle.demo:waffle-spring-boot-filter2:3.5.1

Scan Information (show all):
  • dependency-check version: 11.1.1
  • Report Generated On: Wed, 1 Jan 2025 00:59:35 -0500
  • Dependencies Scanned: 57 (41 unique)
  • Vulnerable Dependencies8
  • Vulnerabilities Found: 24
  • Vulnerabilities Suppressed: 0
  • ...

Summary

Display: Showing Vulnerable Dependencies (click to show all)

DependencyVulnerability IDsPackageHighest SeverityCVE CountConfidenceEvidence Count
byte-buddy-1.15.11.jarpkg:maven/net.bytebuddy/byte-buddy@1.15.11 029
byte-buddy-agent-1.15.11.jar: attach_hotspot_windows.dll 02
byte-buddy-agent-1.15.11.jar: attach_hotspot_windows.dll 02
byte-buddy-agent-1.15.11.jarpkg:maven/net.bytebuddy/byte-buddy-agent@1.15.11 033
caffeine-3.1.8.jarpkg:maven/com.github.ben-manes.caffeine/caffeine@3.1.8 037
checker-qual-3.48.3.jarpkg:maven/org.checkerframework/checker-qual@3.48.3 044
error_prone_annotations-2.36.0.jarpkg:maven/com.google.errorprone/error_prone_annotations@2.36.0 029
j2objc-annotations-3.0.0.jarpkg:maven/com.google.j2objc/j2objc-annotations@3.0.0 033
jackson-core-2.13.5.jarcpe:2.3:a:fasterxml:jackson-modules-java8:2.13.5:*:*:*:*:*:*:*pkg:maven/com.fasterxml.jackson.core/jackson-core@2.13.5 0Low47
jackson-databind-2.13.5.jarcpe:2.3:a:fasterxml:jackson-databind:2.13.5:*:*:*:*:*:*:*
cpe:2.3:a:fasterxml:jackson-modules-java8:2.13.5:*:*:*:*:*:*:*
pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.13.5MEDIUM1Highest43
jakarta.annotation-api-1.3.5.jarcpe:2.3:a:oracle:projects:1.3.5:*:*:*:*:*:*:*pkg:maven/jakarta.annotation/jakarta.annotation-api@1.3.5 0Low35
jakarta.servlet-api-4.0.4.jarcpe:2.3:a:oracle:projects:4.0.4:*:*:*:*:*:*:*pkg:maven/jakarta.servlet/jakarta.servlet-api@4.0.4 0Low43
jna-5.16.0.jar: jnidispatch.dll 02
jna-5.16.0.jar: jnidispatch.dll 02
jna-5.16.0.jar: jnidispatch.dll 02
jna-5.16.0.jarcpe:2.3:a:oracle:java_se:5.16.0:*:*:*:*:*:*:*pkg:maven/net.java.dev.jna/jna@5.16.0 0Low48
jna-platform-5.16.0.jarpkg:maven/net.java.dev.jna/jna-platform@5.16.0 044
jsr305-3.0.2.jarpkg:maven/com.google.code.findbugs/jsr305@3.0.2 017
jul-to-slf4j-1.7.36.jarpkg:maven/org.slf4j/jul-to-slf4j@1.7.36 028
log4j-api-2.24.3.jarcpe:2.3:a:apache:log4j:2.24.3:*:*:*:*:*:*:*pkg:maven/org.apache.logging.log4j/log4j-api@2.24.3 0Highest41
log4j-to-slf4j-2.24.3.jarpkg:maven/org.apache.logging.log4j/log4j-to-slf4j@2.24.3 037
logback-classic-1.5.15.jarcpe:2.3:a:qos:logback:1.5.15:*:*:*:*:*:*:*pkg:maven/ch.qos.logback/logback-classic@1.5.15 0Highest38
logback-core-1.2.12.jarcpe:2.3:a:qos:logback:1.2.12:*:*:*:*:*:*:*pkg:maven/ch.qos.logback/logback-core@1.2.12HIGH4Highest33
slf4j-api-1.7.36.jarpkg:maven/org.slf4j/slf4j-api@1.7.36 029
snakeyaml-1.30.jarcpe:2.3:a:snakeyaml_project:snakeyaml:1.30:*:*:*:*:*:*:*pkg:maven/org.yaml/snakeyaml@1.30CRITICAL7Highest44
spotbugs-annotations-4.8.6.jarpkg:maven/com.github.spotbugs/spotbugs-annotations@4.8.6 053
spring-boot-2.7.18.jarcpe:2.3:a:vmware:spring_boot:2.7.18:*:*:*:*:*:*:*pkg:maven/org.springframework.boot/spring-boot@2.7.18 0Highest38
spring-boot-starter-web-2.7.18.jarcpe:2.3:a:vmware:spring_boot:2.7.18:*:*:*:*:*:*:*
cpe:2.3:a:web_project:web:2.7.18:*:*:*:*:*:*:*
pkg:maven/org.springframework.boot/spring-boot-starter-web@2.7.18 0Highest36
spring-core-5.3.31.jarcpe:2.3:a:pivotal_software:spring_framework:5.3.31:*:*:*:*:*:*:*
cpe:2.3:a:springsource:spring_framework:5.3.31:*:*:*:*:*:*:*
cpe:2.3:a:vmware:spring_framework:5.3.31:*:*:*:*:*:*:*
pkg:maven/org.springframework/spring-core@5.3.31MEDIUM1Highest37
spring-expression-5.3.31.jarcpe:2.3:a:pivotal_software:spring_framework:5.3.31:*:*:*:*:*:*:*
cpe:2.3:a:springsource:spring_framework:5.3.31:*:*:*:*:*:*:*
cpe:2.3:a:vmware:spring_framework:5.3.31:*:*:*:*:*:*:*
pkg:maven/org.springframework/spring-expression@5.3.31MEDIUM2Highest37
spring-security-core-5.8.16.jarcpe:2.3:a:pivotal_software:spring_security:5.8.16:*:*:*:*:*:*:*
cpe:2.3:a:vmware:spring_security:5.8.16:*:*:*:*:*:*:*
pkg:maven/org.springframework.security/spring-security-core@5.8.16 0Highest38
spring-security-crypto-5.8.16.jarcpe:2.3:a:pivotal_software:spring_security:5.8.16:*:*:*:*:*:*:*
cpe:2.3:a:vmware:spring_security:5.8.16:*:*:*:*:*:*:*
pkg:maven/org.springframework.security/spring-security-crypto@5.8.16MEDIUM1Highest38
spring-security-web-5.8.16.jarcpe:2.3:a:pivotal_software:spring_security:5.8.16:*:*:*:*:*:*:*
cpe:2.3:a:vmware:spring_security:5.8.16:*:*:*:*:*:*:*
cpe:2.3:a:web_project:web:5.8.16:*:*:*:*:*:*:*
pkg:maven/org.springframework.security/spring-security-web@5.8.16 0Highest38
spring-web-5.3.31.jarcpe:2.3:a:pivotal_software:spring_framework:5.3.31:*:*:*:*:*:*:*
cpe:2.3:a:springsource:spring_framework:5.3.31:*:*:*:*:*:*:*
cpe:2.3:a:vmware:spring_framework:5.3.31:*:*:*:*:*:*:*
cpe:2.3:a:web_project:web:5.3.31:*:*:*:*:*:*:*
pkg:maven/org.springframework/spring-web@5.3.31CRITICAL6Highest35
spring-webmvc-5.3.31.jarcpe:2.3:a:pivotal_software:spring_framework:5.3.31:*:*:*:*:*:*:*
cpe:2.3:a:springsource:spring_framework:5.3.31:*:*:*:*:*:*:*
cpe:2.3:a:vmware:spring_framework:5.3.31:*:*:*:*:*:*:*
cpe:2.3:a:web_project:web:5.3.31:*:*:*:*:*:*:*
pkg:maven/org.springframework/spring-webmvc@5.3.31HIGH2Highest37
tomcat-embed-core-9.0.83.jarcpe:2.3:a:apache:tomcat:9.0.83:*:*:*:*:*:*:*
cpe:2.3:a:apache_tomcat:apache_tomcat:9.0.83:*:*:*:*:*:*:*
pkg:maven/org.apache.tomcat.embed/tomcat-embed-core@9.0.83 0Highest65
tomcat-embed-el-9.0.83.jarpkg:maven/org.apache.tomcat.embed/tomcat-embed-el@9.0.83 033
waffle-jna-3.5.1.jarpkg:maven/com.github.waffle/waffle-jna@3.5.1 030
waffle-spring-boot-autoconfigure2-3.5.1.jarpkg:maven/com.github.waffle/waffle-spring-boot-autoconfigure2@3.5.1 034
waffle-spring-boot-starter2-3.5.1.jarpkg:maven/com.github.waffle/waffle-spring-boot-starter2@3.5.1 036
waffle-spring-security5-3.5.1.jarpkg:maven/com.github.waffle/waffle-spring-security5@3.5.1 032

Dependencies (vulnerable)

byte-buddy-1.15.11.jar

Description:

+        Byte Buddy is a Java library for creating Java classes at run time.
+        This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
+    

License:

https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\net\bytebuddy\byte-buddy\1.15.11\byte-buddy-1.15.11.jar
MD5: 603bc53c7a294f23765bfb7e1820ad44
SHA1: f61886478e0f9ee4c21d09574736f0ff45e0a46c
SHA256:fa08998aae1e7bdae83bde0712c50e8444d71c0e0c196bb2247ade8d4ad0eb90
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
byte-buddy-1.15.11.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle.demo/waffle-spring-boot-filter2@3.5.1

Identifiers

byte-buddy-agent-1.15.11.jar: attach_hotspot_windows.dll

File Path: C:\Users\Jeremy\.m2\repository\net\bytebuddy\byte-buddy-agent\1.15.11\byte-buddy-agent-1.15.11.jar\win32-x86-64\attach_hotspot_windows.dll
MD5: 053a783e5777c6a9867c27d51af89677
SHA1: 5ef4d98ae6a033a5707d0b5466e6138beb337e76
SHA256:16d424423f9b09accf132ad35dbeaa52ac9f6bd45bba1406b89df851f651db20
Referenced In Project/Scope: waffle-spring-boot-filter2:compile

Identifiers

  • None

byte-buddy-agent-1.15.11.jar: attach_hotspot_windows.dll

File Path: C:\Users\Jeremy\.m2\repository\net\bytebuddy\byte-buddy-agent\1.15.11\byte-buddy-agent-1.15.11.jar\win32-x86\attach_hotspot_windows.dll
MD5: fbca33102ac97be0ed496c0f78e466b3
SHA1: c4df05146a86a6d073769bb697d550ef42518ed5
SHA256:810f94c4a2f5ca1a072c19859f7954fed9aa3a1dcb0d601e92d2338793202e72
Referenced In Project/Scope: waffle-spring-boot-filter2:compile

Identifiers

  • None

byte-buddy-agent-1.15.11.jar

Description:

The Byte Buddy agent offers convenience for attaching an agent to the local or a remote VM.

License:

https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\net\bytebuddy\byte-buddy-agent\1.15.11\byte-buddy-agent-1.15.11.jar
MD5: 449a1534609bf3535d74cbb10b4ed074
SHA1: a38b16385e867f59a641330f0362ebe742788ed8
SHA256:316d2c0795c2a4d4c4756f2e6f9349837c7430ac34e0477ead874d05f5cc19e5
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
byte-buddy-agent-1.15.11.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle.demo/waffle-spring-boot-filter2@3.5.1

Identifiers

caffeine-3.1.8.jar

Description:

A high performance caching library

License:

Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\com\github\ben-manes\caffeine\caffeine\3.1.8\caffeine-3.1.8.jar
MD5: b19301179903e8781776397d9923f7c8
SHA1: 24795585df8afaf70a2cd534786904ea5889c047
SHA256:7dd15f9df1be238ffaa367ce6f556737a88031de4294dad18eef57c474ddf1d3
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
caffeine-3.1.8.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle/waffle-jna@3.5.1

Identifiers

checker-qual-3.48.3.jar

Description:

checker-qual contains annotations (type qualifiers) that a programmerwrites to specify Java code for type-checking by the Checker Framework.

License:

The MIT License: http://opensource.org/licenses/MIT
File Path: C:\Users\Jeremy\.m2\repository\org\checkerframework\checker-qual\3.48.3\checker-qual-3.48.3.jar
MD5: 9fe3deae54d20bd78960459c952ac7d4
SHA1: c48effe7d78de3cf5e8a98c614281ec6a2466a77
SHA256:443685b1b232803baaf803c15d6f5a425473c6f7b81c5f276dfcf93288e389a5
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
checker-qual-3.48.3.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle/waffle-jna@3.5.1

Identifiers

error_prone_annotations-2.36.0.jar

Description:

Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.

License:

Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\com\google\errorprone\error_prone_annotations\2.36.0\error_prone_annotations-2.36.0.jar
MD5: 0e48e5ba2cd0a8d8d09bad849b99f6a6
SHA1: 227d4d4957ccc3dc5761bd897e3a0ee587e750a7
SHA256:77440e270b0bc9a249903c5a076c36a722c4886ca4f42675f2903a1c53ed61a5
Referenced In Project/Scope: waffle-spring-boot-filter2:provided
error_prone_annotations-2.36.0.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle.demo/waffle-spring-boot-filter2@3.5.1

Identifiers

j2objc-annotations-3.0.0.jar

Description:

+    A set of annotations that provide additional information to the J2ObjC
+    translator to modify the result of translation.
+  

License:

Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\com\google\j2objc\j2objc-annotations\3.0.0\j2objc-annotations-3.0.0.jar
MD5: f59529b29202a5baf37f491ea5ec8627
SHA1: 7399e65dd7e9ff3404f4535b2f017093bdb134c7
SHA256:88241573467ddca44ffd4d74aa04c2bbfd11bf7c17e0c342c94c9de7a70a7c64
Referenced In Project/Scope: waffle-spring-boot-filter2:provided
j2objc-annotations-3.0.0.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle.demo/waffle-spring-boot-filter2@3.5.1

Identifiers

jackson-core-2.13.5.jar

Description:

Core Jackson processing abstractions (aka Streaming API), implementation for JSON

License:

The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.13.5\jackson-core-2.13.5.jar
MD5: 2272453c780d1383ecd2efde00c1a7a9
SHA1: 0d07c97d3de9ea658caf1ff1809fd9de930a286a
SHA256:48f36a025311d0464ad8dda4512a20c79e279a9550f63f3179d731d94482474b
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
jackson-core-2.13.5.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter-web@2.7.18

Identifiers

jackson-databind-2.13.5.jar

Description:

General data-binding functionality for Jackson: works on core streaming API

License:

The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.13.5\jackson-databind-2.13.5.jar
MD5: 1dbb98839964a6967a428d868b2d8714
SHA1: aa95e46dbc32454f3983221d420e78ef19ddf844
SHA256:5fedb24b2356491815d18267f65da9a21dd67413345ad7795f221afa25c78984
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
jackson-databind-2.13.5.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter-web@2.7.18

Identifiers

CVE-2023-35116  

jackson-databind through 2.15.2 allows attackers to cause a denial of service or other unspecified impact via a crafted object that uses cyclic dependencies. NOTE: the vendor's perspective is that this is not a valid vulnerability report, because the steps of constructing a cyclic data structure and trying to serialize it cannot be achieved by an external attacker.
CWE-770 Allocation of Resources Without Limits or Throttling

CVSSv3:
  • Base Score: MEDIUM (4.7)
  • Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:1.0/RC:R/MAV:A

References:

Vulnerable Software & Versions:

jakarta.annotation-api-1.3.5.jar

Description:

Jakarta Annotations API

License:

EPL 2.0: http://www.eclipse.org/legal/epl-2.0
+GPL2 w/ CPE: https://www.gnu.org/software/classpath/license.html
File Path: C:\Users\Jeremy\.m2\repository\jakarta\annotation\jakarta.annotation-api\1.3.5\jakarta.annotation-api-1.3.5.jar
MD5: 8b165cf58df5f8c2a222f637c0a07c97
SHA1: 59eb84ee0d616332ff44aba065f3888cf002cd2d
SHA256:85fb03fc054cdf4efca8efd9b6712bbb418e1ab98241c4539c8585bbc23e1b8a
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
jakarta.annotation-api-1.3.5.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter@2.7.18

Identifiers

jakarta.servlet-api-4.0.4.jar

Description:

Jakarta Servlet 4.0

License:

EPL 2.0: http://www.eclipse.org/legal/epl-2.0
+GPL2 w/ CPE: https://www.gnu.org/software/classpath/license.html
File Path: C:\Users\Jeremy\.m2\repository\jakarta\servlet\jakarta.servlet-api\4.0.4\jakarta.servlet-api-4.0.4.jar
MD5: f5d1d7a29978e4ae0be5a456ee1c65c3
SHA1: b8a1142e04838fe54194049c6e7a18dae8f9b960
SHA256:586e27706c21258f5882f43be06904f49b02db9ac54e345d393fe4a32494d127
Referenced In Project/Scope: waffle-spring-boot-filter2:provided
jakarta.servlet-api-4.0.4.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle.demo/waffle-spring-boot-filter2@3.5.1

Identifiers

jna-5.16.0.jar: jnidispatch.dll

File Path: C:\Users\Jeremy\.m2\repository\net\java\dev\jna\jna\5.16.0\jna-5.16.0.jar\com\sun\jna\win32-aarch64\jnidispatch.dll
MD5: 302945a811fd8e21bcdd5226c73b6f74
SHA1: 6b05e299ff2b3eb3b7b7aeac44263f715693607c
SHA256:b8f98be314234cf12b5b46c29652f70c0f6abb93ae19b63d3fe2692062aa699d
Referenced In Project/Scope: waffle-spring-boot-filter2:compile

Identifiers

  • None

jna-5.16.0.jar: jnidispatch.dll

File Path: C:\Users\Jeremy\.m2\repository\net\java\dev\jna\jna\5.16.0\jna-5.16.0.jar\com\sun\jna\win32-x86-64\jnidispatch.dll
MD5: 2d2475f1f026dd54e9f3e787ae4f81da
SHA1: 27ff882ac271db547aee520b38e3ba9aa91e136c
SHA256:5a7ff949f6d93d86491eb5b26b1cfc60051168a60622650224b89995ac420023
Referenced In Project/Scope: waffle-spring-boot-filter2:compile

Identifiers

  • None

jna-5.16.0.jar: jnidispatch.dll

File Path: C:\Users\Jeremy\.m2\repository\net\java\dev\jna\jna\5.16.0\jna-5.16.0.jar\com\sun\jna\win32-x86\jnidispatch.dll
MD5: 0caa1ef75a807f9dde05084fa2219a5c
SHA1: 2f5e1cd82cde192905c7510ce99037b67d980640
SHA256:752d597cee7e95cb517327146bf42f124c0d6c0bc48b3ecc3b1b3b0531a52f44
Referenced In Project/Scope: waffle-spring-boot-filter2:compile

Identifiers

  • None

jna-5.16.0.jar

Description:

Java Native Access

License:

LGPL-2.1-or-later: https://www.gnu.org/licenses/old-licenses/lgpl-2.1
+Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\net\java\dev\jna\jna\5.16.0\jna-5.16.0.jar
MD5: accc2e2b8676434a87f4f73fb4d90b44
SHA1: ebea09f91dc9f7048099f963fb8d6f919f0a4d9c
SHA256:3f5233589a799eb66dc2969afa3433fb56859d3d787c58b9bc7dd9e86f0a250c
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
jna-5.16.0.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle/waffle-jna@3.5.1

Identifiers

jna-platform-5.16.0.jar

Description:

Java Native Access Platform

License:

LGPL-2.1-or-later: https://www.gnu.org/licenses/old-licenses/lgpl-2.1
+Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\net\java\dev\jna\jna-platform\5.16.0\jna-platform-5.16.0.jar
MD5: 12ba6b7a7752ecf0a5baed725f3192c2
SHA1: b2a9065f97c166893d504b164706512338e3bbc2
SHA256:e5a79523964509757555782bb60283e4902611013f107e4600dc93298f73f382
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
jna-platform-5.16.0.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle/waffle-jna@3.5.1

Identifiers

jsr305-3.0.2.jar

Description:

JSR305 Annotations for Findbugs

License:

The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar
MD5: dd83accb899363c32b07d7a1b2e4ce40
SHA1: 25ea2e8b0c338a877313bd4672d3fe056ea78f0d
SHA256:766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7
Referenced In Project/Scope: waffle-spring-boot-filter2:provided
jsr305-3.0.2.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.spotbugs/spotbugs-annotations@4.8.6

Identifiers

jul-to-slf4j-1.7.36.jar

Description:

JUL to SLF4J bridge

File Path: C:\Users\Jeremy\.m2\repository\org\slf4j\jul-to-slf4j\1.7.36\jul-to-slf4j-1.7.36.jar
MD5: 2a3fe73e6cafe8f102facaf2dd65353f
SHA1: ed46d81cef9c412a88caef405b58f93a678ff2ca
SHA256:9e641fb142c5f0b0623d6222c09ea87523a41bf6bed48ac79940724010b989de
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
jul-to-slf4j-1.7.36.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter@2.7.18

Identifiers

log4j-api-2.24.3.jar

Description:

The logging API of the Log4j project.
+    Library and application code can log through this API.
+    It contains a simple built-in implementation (`SimpleLogger`) for trivial use cases.
+    Production applications are recommended to use Log4j API in combination with a fully-fledged implementation, such as Log4j Core.

License:

Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\org\apache\logging\log4j\log4j-api\2.24.3\log4j-api-2.24.3.jar
MD5: d89516699543c5c21be87ee1760695f3
SHA1: b02c125db8b6d295adf72ae6e71af5d83bce2370
SHA256:5b4a0a0cd0e751ded431c162442bdbdd53328d1f8bb2bae5fc1bbeee0f66d80f
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
log4j-api-2.24.3.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter@2.7.18

Identifiers

log4j-to-slf4j-2.24.3.jar

Description:

Forwards the Log4j API calls to SLF4J.
+    (Refer to the `log4j-slf4j[2]-impl` artifacts for forwarding SLF4J to the Log4j API.)

License:

Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\org\apache\logging\log4j\log4j-to-slf4j\2.24.3\log4j-to-slf4j-2.24.3.jar
MD5: 1f4b63f9c41f2f5179aa10b35d76e805
SHA1: da1143e2a2531ee1c2d90baa98eb50a28a39d5a7
SHA256:c7f2b0c612a4eb05b1587d1c880eb4cf5f4f53850676a8ede8da2b8fabb4f73f
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
log4j-to-slf4j-2.24.3.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter@2.7.18

Identifiers

logback-classic-1.5.15.jar

Description:

logback-classic module

License:

http://www.eclipse.org/legal/epl-v10.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
File Path: C:\Users\Jeremy\.m2\repository\ch\qos\logback\logback-classic\1.5.15\logback-classic-1.5.15.jar
MD5: 042b4c78d1f6b7e862cc3de54e995642
SHA1: 07f8d6371626833bd1a232fe35490edffe04e5b3
SHA256:5832abd425fc3036182f02931e9a121e7b464ddf2323ef7361b863570d3c8aa2
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
logback-classic-1.5.15.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle.demo/waffle-spring-boot-filter2@3.5.1

Identifiers

logback-core-1.2.12.jar

Description:

logback-core module

License:

http://www.eclipse.org/legal/epl-v10.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
File Path: C:\Users\Jeremy\.m2\repository\ch\qos\logback\logback-core\1.2.12\logback-core-1.2.12.jar
MD5: 879d60b3fa9c6617cee4e20f12f6a16e
SHA1: 1d8e51a698b138065d73baefb4f94531faa323cb
SHA256:0cba0755fbdc1793f60dc9d1ef22337737899f4f28b485c42bcadacb73664b34
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
logback-core-1.2.12.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/ch.qos.logback/logback-classic@1.5.15

Identifiers

CVE-2023-6378  

A serialization vulnerability in logback receiver component part of 
+logback version 1.4.11 allows an attacker to mount a Denial-Of-Service 
+attack by sending poisoned data.
+
+
CWE-502 Deserialization of Untrusted Data

CVSSv3:
  • Base Score: HIGH (7.5)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A

References:

Vulnerable Software & Versions: (show all)

CVE-2023-6481  

A serialization vulnerability in logback receiver component part of 
+logback version 1.4.13, 1.3.13 and 1.2.12 allows an attacker to mount a Denial-Of-Service 
+attack by sending poisoned data.
+
+
NVD-CWE-noinfo

CVSSv3:
  • Base Score: HIGH (7.5)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A

References:

Vulnerable Software & Versions: (show all)

CVE-2024-12798 (OSSINDEX)  

ACE vulnerability in JaninoEventEvaluator  by QOS.CH logback-core
+      upto and including version 1.5.12 in Java applications allows
+      attacker to execute arbitrary code by compromising an existing
+      logback configuration file or by injecting an environment variable
+      before program execution.
+
+
+
+
+
+Malicious logback configuration files can allow the attacker to execute 
+arbitrary code using the JaninoEventEvaluator extension.
+
+
+
+A successful attack requires the user to have write access to a 
+configuration file. Alternatively, the attacker could inject a malicious 
+environment variable pointing to a malicious configuration file. In both 
+cases, the attack requires existing privilege.
CWE-917 Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')

CVSSv2:
  • Base Score: MEDIUM (5.900000095367432)
  • Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:L/VI:H/VA:L/SC:L/SI:H/SA:L

References:

Vulnerable Software & Versions (OSSINDEX):

  • cpe:2.3:a:ch.qos.logback:logback-core:1.2.12:*:*:*:*:*:*:*

CVE-2024-12801 (OSSINDEX)  

Server-Side Request Forgery (SSRF) in SaxEventRecorder by QOS.CH logback version 1.5.12 on the Java platform, allows an attacker to 
+forge requests by compromising logback configuration files in XML.
+
+
+
+The attacks involves the modification of DOCTYPE declaration in  XML configuration files.
+
+Sonatype's research suggests that this CVE's details differ from those defined at NVD. See https://ossindex.sonatype.org/vulnerability/CVE-2024-12801 for details
CWE-918 Server-Side Request Forgery (SSRF)

CVSSv2:
  • Base Score: LOW (2.4000000953674316)
  • Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:L/VI:N/VA:L/SC:H/SI:H/SA:H

References:

Vulnerable Software & Versions (OSSINDEX):

  • cpe:2.3:a:ch.qos.logback:logback-core:1.2.12:*:*:*:*:*:*:*

slf4j-api-1.7.36.jar

Description:

The slf4j API

File Path: C:\Users\Jeremy\.m2\repository\org\slf4j\slf4j-api\1.7.36\slf4j-api-1.7.36.jar
MD5: 872da51f5de7f3923da4de871d57fd85
SHA1: 6c62681a2f655b49963a5983b8b0950a6120ae14
SHA256:d3ef575e3e4979678dc01bf1dcce51021493b4d11fb7f1be8ad982877c16a1c0
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
slf4j-api-1.7.36.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle/waffle-jna@3.5.1

Identifiers

snakeyaml-1.30.jar

Description:

YAML 1.1 parser and emitter for Java

License:

Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\org\yaml\snakeyaml\1.30\snakeyaml-1.30.jar
MD5: ba063b8ef3a8bfd591a1b56451166b14
SHA1: 8fde7fe2586328ac3c68db92045e1c8759125000
SHA256:f43a4e40a946b8cdfd0321bc1c9a839bc3f119c57e4ca84fb87c367f51c8b2b3
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
snakeyaml-1.30.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter@2.7.18

Identifiers

CVE-2022-1471  

SnakeYaml's Constructor() class does not restrict types which can be instantiated during deserialization. Deserializing yaml content provided by an attacker can lead to remote code execution. We recommend using SnakeYaml's SafeConsturctor when parsing untrusted content to restrict deserialization. We recommend upgrading to version 2.0 and beyond.
+
CWE-502 Deserialization of Untrusted Data, CWE-20 Improper Input Validation

CVSSv3:
  • Base Score: CRITICAL (9.8)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:3.9/RC:R/MAV:A

References:

Vulnerable Software & Versions:

CVE-2022-25857  

The package org.yaml:snakeyaml from 0 and before 1.31 are vulnerable to Denial of Service (DoS) due missing to nested depth limitation for collections.
CWE-776 Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')

CVSSv3:
  • Base Score: HIGH (7.5)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:3.9/RC:R/MAV:A

References:

Vulnerable Software & Versions:

CVE-2022-38749  

Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow.
CWE-787 Out-of-bounds Write, CWE-121 Stack-based Buffer Overflow

CVSSv3:
  • Base Score: MEDIUM (6.5)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:2.8/RC:R/MAV:A

References:

Vulnerable Software & Versions:

CVE-2022-38751  

Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow.
CWE-787 Out-of-bounds Write, CWE-121 Stack-based Buffer Overflow

CVSSv3:
  • Base Score: MEDIUM (6.5)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:2.8/RC:R/MAV:A

References:

Vulnerable Software & Versions:

CVE-2022-38752  

Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack-overflow.
CWE-787 Out-of-bounds Write, CWE-121 Stack-based Buffer Overflow

CVSSv3:
  • Base Score: MEDIUM (6.5)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:2.8/RC:R/MAV:A

References:

Vulnerable Software & Versions:

CVE-2022-41854  

Those using Snakeyaml to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack overflow. This effect may support a denial of service attack.
CWE-787 Out-of-bounds Write, CWE-121 Stack-based Buffer Overflow

CVSSv3:
  • Base Score: MEDIUM (6.5)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:2.8/RC:R/MAV:A

References:

Vulnerable Software & Versions:

CVE-2022-38750  

Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow.
CWE-787 Out-of-bounds Write, CWE-121 Stack-based Buffer Overflow

CVSSv3:
  • Base Score: MEDIUM (5.5)
  • Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:1.8/RC:R/MAV:A

References:

Vulnerable Software & Versions:

spotbugs-annotations-4.8.6.jar

Description:

Annotations the SpotBugs tool supports

License:

GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
File Path: C:\Users\Jeremy\.m2\repository\com\github\spotbugs\spotbugs-annotations\4.8.6\spotbugs-annotations-4.8.6.jar
MD5: 0806b237c67c69869506ce3ced9a722f
SHA1: 1dcffed3e561ed32134a0dff4717f19bc2fdf4d8
SHA256:4548b74a815ed44f5480ca4f06204a8b00809dc7e5f6a825a9edf18f40377b65
Referenced In Project/Scope: waffle-spring-boot-filter2:provided
spotbugs-annotations-4.8.6.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle.demo/waffle-spring-boot-filter2@3.5.1

Identifiers

spring-boot-2.7.18.jar

Description:

Spring Boot

License:

Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: C:\Users\Jeremy\.m2\repository\org\springframework\boot\spring-boot\2.7.18\spring-boot-2.7.18.jar
MD5: 0941c83c25204150f8bd73ae66c63fd1
SHA1: f6dbdd8da7c2bded63dff9b1f48d01a4923f20a0
SHA256:530f4e0fdfeb3a0e2b3a369d15cdea38fbdc1696f8b030c35a6ad65c27524950
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
spring-boot-2.7.18.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter@2.7.18

Identifiers

spring-boot-starter-web-2.7.18.jar

Description:

Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container

License:

Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: C:\Users\Jeremy\.m2\repository\org\springframework\boot\spring-boot-starter-web\2.7.18\spring-boot-starter-web-2.7.18.jar
MD5: e0bfe77aa7415f3b86d70d41cf425ccd
SHA1: 0dd62ea85098187b4604e78dc15a7ff87dba173d
SHA256:a74fab5f826b600e3c3f4cd7028c5c982b0bf1b849673629cbb758ae790a4c08
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
spring-boot-starter-web-2.7.18.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle.demo/waffle-spring-boot-filter2@3.5.1

Identifiers

spring-core-5.3.31.jar

Description:

Spring Core

License:

Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: C:\Users\Jeremy\.m2\repository\org\springframework\spring-core\5.3.31\spring-core-5.3.31.jar
MD5: a9ef5a29eaa89fe909a0c4ed870d90a1
SHA1: 368e76f732a3c331b970f69cafec1525d27b34d3
SHA256:7013ed3da15a8d4be797f5c310f9aa1b196b97f2313bc41e60ef3f5627224fe9
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
spring-core-5.3.31.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter@2.7.18

Identifiers

CVE-2024-38820  

The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive. However, String.toLowerCase() has some Locale dependent exceptions that could potentially result in fields not protected as expected.
NVD-CWE-noinfo, CWE-178 Improper Handling of Case Sensitivity

CVSSv3:
  • Base Score: MEDIUM (5.3)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:3.9/RC:R/MAV:A

References:

Vulnerable Software & Versions: (show all)

spring-expression-5.3.31.jar

Description:

Spring Expression Language (SpEL)

License:

Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: C:\Users\Jeremy\.m2\repository\org\springframework\spring-expression\5.3.31\spring-expression-5.3.31.jar
MD5: 9e309bb1a738acbd0ac9c9fc58931fd3
SHA1: 55637af1b186d1008890980c2876c5fc83599756
SHA256:e027f122b8a4e3030339068220bed02d1c9d397eb5897f1e33ba2f63b22591ac
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
spring-expression-5.3.31.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle/waffle-spring-boot-starter2@3.5.1

Identifiers

CVE-2024-38808 (OSSINDEX)  

In Spring Framework versions 5.3.0 - 5.3.38 and older unsupported versions, it is possible for a user to provide a specially crafted Spring Expression Language (SpEL) expression that may cause a denial of service (DoS) condition.
+
+Specifically, an application is vulnerable when the following is true:
+
+  *  The application evaluates user-supplied SpEL expressions.
+
+Sonatype's research suggests that this CVE's details differ from those defined at NVD. See https://ossindex.sonatype.org/vulnerability/CVE-2024-38808 for details
CWE-770 Allocation of Resources Without Limits or Throttling

CVSSv2:
  • Base Score: MEDIUM (5.300000190734863)
  • Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

References:

Vulnerable Software & Versions (OSSINDEX):

  • cpe:2.3:a:org.springframework:spring-expression:5.3.31:*:*:*:*:*:*:*

CVE-2024-38820  

The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive. However, String.toLowerCase() has some Locale dependent exceptions that could potentially result in fields not protected as expected.
NVD-CWE-noinfo, CWE-178 Improper Handling of Case Sensitivity

CVSSv3:
  • Base Score: MEDIUM (5.3)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:3.9/RC:R/MAV:A

References:

Vulnerable Software & Versions: (show all)

spring-security-core-5.8.16.jar

Description:

Spring Security

License:

Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: C:\Users\Jeremy\.m2\repository\org\springframework\security\spring-security-core\5.8.16\spring-security-core-5.8.16.jar
MD5: c70ae997256d27ca6fb1c7a8b24e4248
SHA1: b3d21a1f967db39dabaca487ba3fe58972e6a9a5
SHA256:3be7d217048f5ea76fd6d0eddaa3169ad3bee0bba9c456e27670ec37ca33c3fd
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
spring-security-core-5.8.16.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle/waffle-spring-boot-starter2@3.5.1

Identifiers

spring-security-crypto-5.8.16.jar

Description:

Spring Security

License:

Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: C:\Users\Jeremy\.m2\repository\org\springframework\security\spring-security-crypto\5.8.16\spring-security-crypto-5.8.16.jar
MD5: 987ca02bb810d32c7d86968ff84e887c
SHA1: 340f3bb882bea8e9eafc66671d4c8e50f11867a7
SHA256:e47acdd647997efb36609698b64a2bec37fa119210f88fad813aa53610433cfd
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
spring-security-crypto-5.8.16.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle/waffle-spring-boot-starter2@3.5.1

Identifiers

CVE-2020-5408 (OSSINDEX)  

Spring Security versions 5.3.x prior to 5.3.2, 5.2.x prior to 5.2.4, 5.1.x prior to 5.1.10, 5.0.x prior to 5.0.16 and 4.2.x prior to 4.2.16 use a fixed null initialization vector with CBC Mode in the implementation of the queryable text encryptor. A malicious user with access to the data that has been encrypted using such an encryptor may be able to derive the unencrypted values using a dictionary attack.
+
+Sonatype's research suggests that this CVE's details differ from those defined at NVD. See https://ossindex.sonatype.org/vulnerability/CVE-2020-5408 for details
CWE-329 Generation of Predictable IV with CBC Mode

CVSSv3:
  • Base Score: MEDIUM (6.5)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

References:

Vulnerable Software & Versions (OSSINDEX):

  • cpe:2.3:a:org.springframework.security:spring-security-crypto:5.8.16:*:*:*:*:*:*:*

spring-security-web-5.8.16.jar

Description:

Spring Security

License:

Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: C:\Users\Jeremy\.m2\repository\org\springframework\security\spring-security-web\5.8.16\spring-security-web-5.8.16.jar
MD5: 137862bb11c72092dd94d14d380fc784
SHA1: fade885f7f9df056dd5e3592d949e888cd82397d
SHA256:fe0843587f4dff188a1ecb822bf544c5f1c1ee46c757858a5a585039d8118304
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
spring-security-web-5.8.16.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter-security@2.7.18

Identifiers

spring-web-5.3.31.jar

Description:

Spring Web

License:

Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: C:\Users\Jeremy\.m2\repository\org\springframework\spring-web\5.3.31\spring-web-5.3.31.jar
MD5: 4bef28044f222933ea2e45818c7f96a1
SHA1: 3bf73c385a1f2f4a0d482149d6a205e854cec497
SHA256:7b7b4db19acc8c0cdb0dea93a3aa4b1b706db4bcc7b77f677a0c56e86d379ac7
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
spring-web-5.3.31.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter-web@2.7.18

Identifiers

CVE-2016-1000027  

Pivotal Spring Framework through 5.3.16 suffers from a potential remote code execution (RCE) issue if used for Java deserialization of untrusted data. Depending on how the library is implemented within a product, this issue may or not occur, and authentication may be required. NOTE: the vendor's position is that untrusted data is not an intended use case. The product's behavior will not be changed because some users rely on deserialization of trusted data.
CWE-502 Deserialization of Untrusted Data

CVSSv2:
  • Base Score: HIGH (7.5)
  • Vector: /AV:N/AC:L/Au:N/C:P/I:P/A:P
CVSSv3:
  • Base Score: CRITICAL (9.8)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:3.9/RC:R/MAV:A

References:

Vulnerable Software & Versions:

CVE-2024-38809 (OSSINDEX)  

Applications that parse ETags from "If-Match" or "If-None-Match" request headers are vulnerable to DoS attack.
+
+Users of affected versions should upgrade to the corresponding fixed version.
+
+Users of older, unsupported versions could enforce a size limit on "If-Match" and "If-None-Match" headers, e.g. through a Filter.
CWE-400 Uncontrolled Resource Consumption

CVSSv2:
  • Base Score: HIGH (8.699999809265137)
  • Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

References:

Vulnerable Software & Versions (OSSINDEX):

  • cpe:2.3:a:org.springframework:spring-web:5.3.31:*:*:*:*:*:*:*

CVE-2024-22243 (OSSINDEX)  

Applications that use UriComponentsBuilder to parse an externally provided URL (e.g. through a query parameter) AND perform validation checks on the host of the parsed URL may be vulnerable to a  open redirect https://cwe.mitre.org/data/definitions/601.html  attack or to a SSRF attack if the URL is used after passing validation checks.
+
+
+Sonatype's research suggests that this CVE's details differ from those defined at NVD. See https://ossindex.sonatype.org/vulnerability/CVE-2024-22243 for details
CWE-601 URL Redirection to Untrusted Site ('Open Redirect')

CVSSv3:
  • Base Score: HIGH (8.100000381469727)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

References:

Vulnerable Software & Versions (OSSINDEX):

  • cpe:2.3:a:org.springframework:spring-web:5.3.31:*:*:*:*:*:*:*

CVE-2024-22262 (OSSINDEX)  

Applications that use UriComponentsBuilder to parse an externally provided URL (e.g. through a query parameter) AND perform validation checks on the host of the parsed URL may be vulnerable to a  open redirect https://cwe.mitre.org/data/definitions/601.html  attack or to a SSRF attack if the URL is used after passing validation checks.
+
+This is the same as  CVE-2024-22259 https://spring.io/security/cve-2024-22259  and  CVE-2024-22243 https://spring.io/security/cve-2024-22243 , but with different input.
+
+
CWE-601 URL Redirection to Untrusted Site ('Open Redirect')

CVSSv3:
  • Base Score: HIGH (8.100000381469727)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

References:

Vulnerable Software & Versions (OSSINDEX):

  • cpe:2.3:a:org.springframework:spring-web:5.3.31:*:*:*:*:*:*:*

CVE-2024-38828 (OSSINDEX)  

Spring MVC controller methods with an @RequestBody byte[] method parameter are vulnerable to a DoS attack.
CWE-400 Uncontrolled Resource Consumption

CVSSv2:
  • Base Score: MEDIUM (6.900000095367432)
  • Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

References:

Vulnerable Software & Versions (OSSINDEX):

  • cpe:2.3:a:org.springframework:spring-web:5.3.31:*:*:*:*:*:*:*

CVE-2024-38820  

The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive. However, String.toLowerCase() has some Locale dependent exceptions that could potentially result in fields not protected as expected.
NVD-CWE-noinfo, CWE-178 Improper Handling of Case Sensitivity

CVSSv3:
  • Base Score: MEDIUM (5.3)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:3.9/RC:R/MAV:A

References:

Vulnerable Software & Versions: (show all)

spring-webmvc-5.3.31.jar

Description:

Spring Web MVC

License:

Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
File Path: C:\Users\Jeremy\.m2\repository\org\springframework\spring-webmvc\5.3.31\spring-webmvc-5.3.31.jar
MD5: 7401b647e906d3853ad02b62496cfadf
SHA1: 45754d056effe8257a012f6b98ed5454cf1e8960
SHA256:29c1b96c424dcb637fec2d1e6493b088d977e748a56da7f34e6a7c3c39d18c74
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
spring-webmvc-5.3.31.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter-web@2.7.18

Identifiers

CVE-2024-38816 (OSSINDEX)  

Applications serving static resources through the functional web frameworks WebMvc.fn or WebFlux.fn are vulnerable to path traversal attacks. An attacker can craft malicious HTTP requests and obtain any file on the file system that is also accessible to the process in which the Spring application is running.
+
+Specifically, an application is vulnerable when both of the following are true:
+
+  *  the web application uses RouterFunctions to serve static resources
+  *  resource handling is explicitly configured with a FileSystemResource location
+
+
+However, malicious requests are blocked and rejected when any of the following is true:
+
+  *  the  Spring Security HTTP Firewall https://docs.spring.io/spring-security/reference/servlet/exploits/firewall.html  is in use
+  *  the application runs on Tomcat or Jetty
CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CVSSv2:
  • Base Score: HIGH (8.199999809265137)
  • Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

References:

Vulnerable Software & Versions (OSSINDEX):

  • cpe:2.3:a:org.springframework:spring-webmvc:5.3.31:*:*:*:*:*:*:*

CVE-2024-38820  

The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive. However, String.toLowerCase() has some Locale dependent exceptions that could potentially result in fields not protected as expected.
NVD-CWE-noinfo, CWE-178 Improper Handling of Case Sensitivity

CVSSv3:
  • Base Score: MEDIUM (5.3)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:3.9/RC:R/MAV:A

References:

Vulnerable Software & Versions: (show all)

tomcat-embed-core-9.0.83.jar

Description:

Core Tomcat implementation

License:

Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\9.0.83\tomcat-embed-core-9.0.83.jar
MD5: d4e2068023fe800fd22a9fe2529c290b
SHA1: d771e4343b0515c67dab2a09fe02f5d47550153f
SHA256:4ed404d5dea8652846f3c52c094764c2ec018f28a3561f1d27df700f7aa5b376
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
tomcat-embed-core-9.0.83.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter-web@2.7.18

Identifiers

tomcat-embed-el-9.0.83.jar

Description:

Core Tomcat implementation

License:

Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
File Path: C:\Users\Jeremy\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\9.0.83\tomcat-embed-el-9.0.83.jar
MD5: eabd7f3ade6cb0cf36f7b238897b8f1d
SHA1: b0cdada70099c25f45fceb48e1ebce60d138a5ce
SHA256:a82c4cf8cf9e88d6891cbb4cbcb9f85f788e147c464cbeba15a2c83276f3344c
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
tomcat-embed-el-9.0.83.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/org.springframework.boot/spring-boot-starter-web@2.7.18

Identifiers

waffle-jna-3.5.1.jar

Description:

WAFFLE JNA implementation

File Path: C:\Users\Jeremy\GitHub\waffle\Source\JNA\target\checkout\Source\JNA\waffle-jna\target\waffle-jna-3.5.1.jar
MD5: 8f889b8ad9082149f803d47b3bd83a4b
SHA1: 9201f109062b3abcd69e115ede76c2440ff69455
SHA256:38ebb57398270ec4f9b4d31dd3851bbfc5687694ac099d686b39ed706b046590
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
waffle-jna-3.5.1.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle.demo/waffle-spring-boot-filter2@3.5.1

Identifiers

waffle-spring-boot-autoconfigure2-3.5.1.jar

Description:

Spring Boot Autoconfigure for WAFFLE

File Path: C:\Users\Jeremy\GitHub\waffle\Source\JNA\target\checkout\Source\JNA\waffle-spring-boot2\waffle-spring-boot-autoconfigure2\target\waffle-spring-boot-autoconfigure2-3.5.1.jar
MD5: 3f86800ef2fdbe121be85b2cb1788ba6
SHA1: 18efcd5f0d27aa4474096a46359c0ee4d65942fd
SHA256:1d2c3a144846bae1ce14e0b01d0a58f8cf96444ac228dd7b9ad4defdbfbe9cae
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
waffle-spring-boot-autoconfigure2-3.5.1.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle/waffle-spring-boot-starter2@3.5.1

Identifiers

waffle-spring-boot-starter2-3.5.1.jar

Description:

Spring Boot Starter for WAFFLE

File Path: C:\Users\Jeremy\GitHub\waffle\Source\JNA\target\checkout\Source\JNA\waffle-spring-boot2\waffle-spring-boot-starter2\target\waffle-spring-boot-starter2-3.5.1.jar
MD5: e8af10b04a1e6369fb3c07a5dec15a8a
SHA1: bfc2535f26008736be167c0a3f2d4cf9284f1157
SHA256:28153bf81d37d1458b4d34c9b5ecb212efc9da40e99f1be9fa6154628af633c5
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
waffle-spring-boot-starter2-3.5.1.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle.demo/waffle-spring-boot-filter2@3.5.1

Identifiers

waffle-spring-security5-3.5.1.jar

Description:

Spring Security 5 integration for WAFFLE

File Path: C:\Users\Jeremy\GitHub\waffle\Source\JNA\target\checkout\Source\JNA\waffle-spring-security5\target\waffle-spring-security5-3.5.1.jar
MD5: 25ca82bacda5e5a0bdf83434993f2105
SHA1: a8dcf769acf0aeb81c5932f416b07f31eb1857d7
SHA256:41cfcb5b1a808ab399f8d53d414924dc15e6cc2a8624677f09220ab5eb4d0b5f
Referenced In Project/Scope: waffle-spring-boot-filter2:compile
waffle-spring-security5-3.5.1.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle/waffle-spring-boot-starter2@3.5.1

Identifiers



This report contains data retrieved from the National Vulnerability Database.
This report may contain data retrieved from the CISA Known Exploited Vulnerability Catalog.
This report may contain data retrieved from the Github Advisory Database (via NPM Audit API).
This report may contain data retrieved from RetireJS.
This report may contain data retrieved from the Sonatype OSS Index.
\ No newline at end of file diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/dependency-info.html b/waffle-demo-parent/waffle-spring-boot-filter2/dependency-info.html new file mode 100644 index 0000000000..d093d3e8c9 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/dependency-info.html @@ -0,0 +1,165 @@ + + + + + + + + + + Maven Coordinates – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Maven Coordinates

+

Apache Maven

+
<dependency>
+  <groupId>com.github.waffle.demo</groupId>
+  <artifactId>waffle-spring-boot-filter2</artifactId>
+  <version>3.5.1</version>
+</dependency>
+

Apache Ivy

+
<dependency org="com.github.waffle.demo" name="waffle-spring-boot-filter2" rev="3.5.1">
+  <artifact name="waffle-spring-boot-filter2" type="jar" />
+</dependency>
+

Groovy Grape

+
@Grapes(
+@Grab(group='com.github.waffle.demo', module='waffle-spring-boot-filter2', version='3.5.1')
+)
+

Gradle/Grails

+
implementation 'com.github.waffle.demo:waffle-spring-boot-filter2:3.5.1'
+

Scala SBT

+
libraryDependencies += "com.github.waffle.demo" % "waffle-spring-boot-filter2" % "3.5.1"
+

Leiningen

+
[com.github.waffle.demo/waffle-spring-boot-filter2 "3.5.1"]
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/dependency-management.html b/waffle-demo-parent/waffle-spring-boot-filter2/dependency-management.html new file mode 100644 index 0000000000..f65646906e --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/dependency-management.html @@ -0,0 +1,8562 @@ + + + + + + + + + + Project Dependency Management – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Project Dependency Management

+

compile

+

The following is a list of compile dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run the submodule:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicense
antlrantlr2.7.7-jarBSD License
biz.aQute.bndbiz.aQute.bnd.annotation7.0.0-jar(Apache-2.0 OR EPL-2.0),https://opensource.org/licenses/Apache-2.0
ch.qos.logbacklogback-access1.2.12-jarEclipse Public License - v 1.0, GNU Lesser General Public License
ch.qos.logbacklogback-classic1.5.15-jarEclipse Public License - v 1.0, GNU Lesser General Public License
ch.qos.logbacklogback-core1.2.12-jarEclipse Public License - v 1.0, GNU Lesser General Public License
com.atomikostransactions-jdbc4.0.6-jarAtomikos Multiple Licensing Scheme
com.atomikostransactions-jms4.0.6-jarAtomikos Multiple Licensing Scheme
com.atomikostransactions-jta4.0.6-jarAtomikos Multiple Licensing Scheme
com.couchbase.clientjava-client3.3.4-jarThe Apache Software License, Version 2.0
com.datastax.ossjava-driver-core4.14.1-jarApache 2
com.datastax.ossjava-driver-core-shaded4.14.1-jarApache 2
com.datastax.ossjava-driver-mapper-processor4.14.1-jarApache 2
com.datastax.ossjava-driver-mapper-runtime4.14.1-jarApache 2
com.datastax.ossjava-driver-metrics-micrometer4.14.1-jarApache 2
com.datastax.ossjava-driver-metrics-microprofile4.14.1-jarApache 2
com.datastax.ossjava-driver-query-builder4.14.1-jarApache 2
com.datastax.ossjava-driver-shaded-guava25.1-jre-graal-sub-1-jarApache 2
com.datastax.ossjava-driver-test-infra4.14.1-jarApache 2
com.datastax.ossnative-protocol1.5.1-jarApache 2
com.fasterxmlclassmate1.5.1-jarApache License, Version 2.0
com.fasterxml.jackson.corejackson-annotations2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-core2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-avro2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-cbor2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-csv2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-ion2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-properties2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-protobuf2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-smile2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-toml2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-xml2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-yaml2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-eclipse-collections2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-guava2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-hibernate42.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-hibernate52.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-hibernate5-jakarta2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-hppc2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-jakarta-jsonp2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-jaxrs2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-jdk82.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-joda2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-joda-money2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-json-org2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-jsr3102.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-jsr3532.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-pcollections2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jakarta.rsjackson-jakarta-rs-base2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jakarta.rsjackson-jakarta-rs-cbor-provider2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jakarta.rsjackson-jakarta-rs-json-provider2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jakarta.rsjackson-jakarta-rs-smile-provider2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jakarta.rsjackson-jakarta-rs-xml-provider2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jakarta.rsjackson-jakarta-rs-yaml-provider2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrsjackson-jaxrs-base2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrsjackson-jaxrs-cbor-provider2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrsjackson-jaxrs-json-provider2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrsjackson-jaxrs-smile-provider2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrsjackson-jaxrs-xml-provider2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrsjackson-jaxrs-yaml-provider2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jrjackson-jr-all2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jrjackson-jr-annotation-support2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jrjackson-jr-objects2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jrjackson-jr-retrofit22.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jrjackson-jr-stree2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-afterburner2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-blackbird2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-guice2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-jakarta-xmlbind-annotations2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-jaxb-annotations2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-jsonSchema2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-kotlin2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-mrbean2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-no-ctor-deser2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-osgi2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-parameter-names2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-paranamer2.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-scala_2.112.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-scala_2.122.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-scala_2.132.13.5-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-scala_32.13.5-jarThe Apache Software License, Version 2.0
com.github.ben-manes.caffeinecaffeine3.1.8-jarApache License, Version 2.0
com.github.ben-manes.caffeineguava2.9.3-jarApache License, Version 2.0
com.github.ben-manes.caffeinejcache2.9.3-jarApache License, Version 2.0
com.github.ben-manes.caffeinesimulator2.9.3-jarApache License, Version 2.0
com.github.mxab.thymeleaf.extrasthymeleaf-extras-data-attribute2.0.1-jarThe Apache Software License, Version 2.0
com.github.spotbugsspotbugs-annotations4.8.6-jarGNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
com.github.wafflewaffle-jna3.5.1-jarMIT
com.github.wafflewaffle-spring-security53.5.1-jarMIT
com.github.wafflewaffle-tomcat93.5.1-jarMIT
com.google.appengineappengine-api-1.0-sdk1.9.98-jarApache License, Version 2.0, CDDL/GPLv2+CE, JSR-000107 JCACHE 2.9 Public Review - Updated Specification License
com.google.code.gsongson2.9.1-jarApache-2.0
com.graphql-javagraphql-java18.5-jarMIT
com.h2databaseh22.1.214-jarMPL 2.0, EPL 1.0
com.hazelcasthazelcast5.1.7-jarThe Apache Software License, Version 2.0
com.hazelcasthazelcast-hibernate522.2.1-jarThe Hazelcast Community License
com.hazelcasthazelcast-hibernate532.2.1-jarThe Hazelcast Community License
com.hazelcasthazelcast-spring5.1.7-jarThe Apache Software License, Version 2.0
com.ibm.db2jcc11.5.9.0-jarInternational Program License Agreement (IPLA)
com.jayway.jsonpathjson-path2.7.0-jarThe Apache Software License, Version 2.0
com.jayway.jsonpathjson-path-assert2.7.0-jarThe Apache Software License, Version 2.0
com.microsoft.sqlservermssql-jdbc10.2.3.jre8-jarMIT License
com.mysqlmysql-connector-j8.0.33-jarThe GNU General Public License, v2 with Universal FOSS Exception, v1.0
com.oracle.database.haons21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.hasimplefan21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbcojdbc1121.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbcojdbc11-production21.5.0.0-pomOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbcojdbc821.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbcojdbc8-production21.5.0.0-pomOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbcrsi21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbcucp21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbcucp1121.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbc.debugojdbc11-debug21.5.0.0-pomOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbc.debugojdbc11-observability-debug21.5.0.0-pomOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbc.debugojdbc11_g21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbc.debugojdbc11dms_g21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbc.debugojdbc8-debug21.5.0.0-pomOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbc.debugojdbc8-observability-debug21.5.0.0-pomOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbc.debugojdbc8_g21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbc.debugojdbc8dms_g21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.nlsorai18n21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.observabilitydms21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.observabilityojdbc11-observability21.5.0.0-pomOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.observabilityojdbc11dms21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.observabilityojdbc8-observability21.5.0.0-pomOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.observabilityojdbc8dms21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.r2dbcoracle-r2dbc0.4.0-jarUniversal Permissive License v1.0, Apache License, Version 2.0
com.oracle.database.securityoraclepki21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.securityosdt_cert21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.securityosdt_core21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.xmlxdb21.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.xmlxmlparserv221.5.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.querydslquerydsl-apt5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-codegen5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-codegen-utils5.0.0-jar-
com.querydslquerydsl-collections5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-core5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-guava5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-hibernate-search5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-jdo5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-jpa5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-jpa-codegen5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-kotlin5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-kotlin-codegen5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-lucene35.0.0-jarApache License, Version 2.0
com.querydslquerydsl-lucene45.0.0-jarApache License, Version 2.0
com.querydslquerydsl-lucene55.0.0-jarApache License, Version 2.0
com.querydslquerydsl-mongodb5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-scala5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-spatial5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-sql5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-sql-codegen5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-sql-spatial5.0.0-jarApache License, Version 2.0
com.querydslquerydsl-sql-spring5.0.0-jarApache License, Version 2.0
com.rabbitmqamqp-client5.14.3-jarAL 2.0, GPL v2, MPL 2.0
com.rabbitmqstream-client0.5.0-jarASL 2.0, MPL 2.0
com.samskivertjmustache1.15-jarThe (New) BSD License
com.sendgridsendgrid-java4.9.3-jarThe MIT License (MIT)
com.squareup.okhttp3logging-interceptor4.9.3-jarThe Apache Software License, Version 2.0
com.squareup.okhttp3mockwebserver4.9.3-jarThe Apache Software License, Version 2.0
com.squareup.okhttp3okcurl4.9.3-jarThe Apache Software License, Version 2.0
com.squareup.okhttp3okhttp4.9.3-jarThe Apache Software License, Version 2.0
com.squareup.okhttp3okhttp-brotli4.9.3-jarThe Apache Software License, Version 2.0
com.squareup.okhttp3okhttp-dnsoverhttps4.9.3-jarThe Apache Software License, Version 2.0
com.squareup.okhttp3okhttp-sse4.9.3-jarThe Apache Software License, Version 2.0
com.squareup.okhttp3okhttp-tls4.9.3-jarThe Apache Software License, Version 2.0
com.squareup.okhttp3okhttp-urlconnection4.9.3-jarThe Apache Software License, Version 2.0
com.sun.activationjakarta.activation1.2.2-jarEDL 1.0
com.sun.mailjakarta.mail1.6.7-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0
com.sun.xml.messaging.saajsaaj-impl1.5.3-jarEclipse Distribution License - v 1.0
com.unboundidunboundid-ldapsdk6.0.10-jarApache License, Version 2, GNU General Public License version 2 (GPLv2), GNU Lesser General Public License version 2.1 (LGPLv2.1), UnboundID LDAP SDK Free Use License
com.zaxxerHikariCP4.0.3-jarThe Apache Software License, Version 2.0
commons-codeccommons-codec1.15-jarApache License, Version 2.0
commons-poolcommons-pool1.6-jarThe Apache Software License, Version 2.0
de.flapdoodle.embedde.flapdoodle.embed.mongo3.4.11-jarThe Apache Software License, Version 2.0
io.dropwizard.metricsmetrics-annotation4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-caffeine4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-caffeine34.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-collectd4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-core4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-ehcache4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-graphite4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-healthchecks4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-httpasyncclient4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-httpclient4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-httpclient54.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jakarta-servlet4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jakarta-servlet64.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jakarta-servlets4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jcache4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jdbi4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jdbi34.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jersey24.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jersey34.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jersey314.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jetty104.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jetty114.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jetty124.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jetty12-ee104.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jetty94.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jmx4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-json4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-jvm4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-log4j24.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-logback4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-logback134.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-logback144.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-servlet4.2.22-jarApache License 2.0
io.dropwizard.metricsmetrics-servlets4.2.22-jarApache License 2.0
io.lettucelettuce-core6.1.10.RELEASE-jarApache License, Version 2.0
io.micrometermicrometer-core1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-appoptics1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-atlas1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-azure-monitor1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-cloudwatch1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-cloudwatch21.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-datadog1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-dynatrace1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-elastic1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-ganglia1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-graphite1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-health1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-humio1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-influx1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-jmx1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-kairos1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-new-relic1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-opentsdb1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-otlp1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-prometheus1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-signalfx1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-stackdriver1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-statsd1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-wavefront1.9.17-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-test1.9.17-jarThe Apache Software License, Version 2.0
io.nettynetty-all4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.101.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-dev-tools4.1.101.Final-jar-
io.nettynetty-example4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-handler-ssl-ocsp4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-classes-macos4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.101.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.101.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-tcnative2.0.61.Finallinux-aarch_64-fedorajarThe Apache Software License, Version 2.0
io.nettynetty-tcnative2.0.61.Finallinux-x86_64jarThe Apache Software License, Version 2.0
io.nettynetty-tcnative2.0.61.Finallinux-x86_64-fedorajarThe Apache Software License, Version 2.0
io.nettynetty-tcnative2.0.61.Finalosx-x86_64jarThe Apache Software License, Version 2.0
io.nettynetty-tcnative-boringssl-static2.0.61.Finallinux-aarch_64jarThe Apache Software License, Version 2.0
io.nettynetty-tcnative-boringssl-static2.0.61.Finallinux-x86_64jarThe Apache Software License, Version 2.0
io.nettynetty-tcnative-boringssl-static2.0.61.Finalosx-aarch_64jarThe Apache Software License, Version 2.0
io.nettynetty-tcnative-boringssl-static2.0.61.Finalosx-x86_64jarThe Apache Software License, Version 2.0
io.nettynetty-tcnative-boringssl-static2.0.61.Finalwindows-x86_64jarThe Apache Software License, Version 2.0
io.nettynetty-tcnative-boringssl-static2.0.61.Final-jarThe Apache Software License, Version 2.0
io.nettynetty-tcnative-classes2.0.61.Final-jarThe Apache Software License, Version 2.0
io.nettynetty-transport4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-epoll4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-transport-classes-kqueue4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.101.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.101.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.101.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.101.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.101.Finallinux-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.101.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.101.Finalosx-aarch_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.101.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.101.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.101.Final-jarApache License, Version 2.0
io.projectreactorreactor-core3.4.34-jarApache License, Version 2.0
io.projectreactorreactor-test3.4.34-jarApache License, Version 2.0
io.projectreactorreactor-tools3.4.34-jarApache License, Version 2.0
io.projectreactor.addonsreactor-adapter3.4.10-jarApache License, Version 2.0
io.projectreactor.addonsreactor-extra3.4.10-jarApache License, Version 2.0
io.projectreactor.addonsreactor-pool0.2.12-jarThe Apache Software License, Version 2.0
io.projectreactor.kafkareactor-kafka1.3.22-jarThe Apache Software License, Version 2.0
io.projectreactor.kotlinreactor-kotlin-extensions1.1.10-jarThe Apache Software License, Version 2.0
io.projectreactor.nettyreactor-netty1.0.39-jarThe Apache Software License, Version 2.0
io.projectreactor.nettyreactor-netty-core1.0.39-jarThe Apache Software License, Version 2.0
io.projectreactor.nettyreactor-netty-http1.0.39-jarThe Apache Software License, Version 2.0
io.projectreactor.nettyreactor-netty-http-brave1.0.39-jarThe Apache Software License, Version 2.0
io.projectreactor.rabbitmqreactor-rabbitmq1.5.6-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_caffeine0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_common0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_dropwizard0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_graphite_bridge0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_guava0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_hibernate0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_hotspot0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_httpserver0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_jetty0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_jetty_jdk80.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_log4j0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_log4j20.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_logback0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_pushgateway0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_servlet0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_servlet_jakarta0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_spring_boot0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_spring_web0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_tracer_otel0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_tracer_otel_agent0.15.0-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_vertx0.15.0-jarThe Apache Software License, Version 2.0
io.r2dbcr2dbc-h20.9.1.RELEASE-jarApache License 2.0
io.r2dbcr2dbc-mssql0.9.0.RELEASE-jarApache License 2.0
io.r2dbcr2dbc-pool0.9.2.RELEASE-jarApache License 2.0
io.r2dbcr2dbc-proxy0.9.1.RELEASE-jarApache License 2.0
io.r2dbcr2dbc-spi0.9.1.RELEASE-jarApache License 2.0
io.reactivexrxjava1.3.8-jarThe Apache Software License, Version 2.0
io.reactivexrxjava-reactive-streams1.2.1-jarThe Apache Software License, Version 2.0
io.reactivex.rxjava2rxjava2.2.21-jarThe Apache Software License, Version 2.0
io.rest-assuredjson-path4.5.1-jarApache 2.0
io.rest-assuredjson-schema-validator4.5.1-jarApache 2.0
io.rest-assuredkotlin-extensions4.5.1-jarApache 2.0
io.rest-assuredrest-assured4.5.1-jarApache 2.0
io.rest-assuredrest-assured-all4.5.1-jarApache 2.0
io.rest-assuredrest-assured-common4.5.1-jarApache 2.0
io.rest-assuredscala-support4.5.1-jarApache 2.0
io.rest-assuredspring-commons4.5.1-jarApache 2.0
io.rest-assuredspring-mock-mvc4.5.1-jarApache 2.0
io.rest-assuredspring-mock-mvc-kotlin-extensions4.5.1-jarApache 2.0
io.rest-assuredspring-web-test-client4.5.1-jarApache 2.0
io.rest-assuredxml-path4.5.1-jarApache 2.0
io.rest-assured.exampleskotlin-example4.5.1-jar-
io.rest-assured.examplesrest-assured-itest-java4.5.1-jar-
io.rest-assured.examplesscala-example4.5.1-jar-
io.rest-assured.examplesscala-mock-mvc-example4.5.1-jar-
io.rest-assured.examplesscalatra-example4.5.1-jar-
io.rest-assured.examplesscalatra-webapp4.5.1-war-
io.rest-assured.examplesspring-mvc-webapp4.5.1-war-
io.rsocketrsocket-core1.1.3-jarThe Apache Software License, Version 2.0
io.rsocketrsocket-load-balancer1.1.3-jarThe Apache Software License, Version 2.0
io.rsocketrsocket-micrometer1.1.3-jarThe Apache Software License, Version 2.0
io.rsocketrsocket-test1.1.3-jarThe Apache Software License, Version 2.0
io.rsocketrsocket-transport-local1.1.3-jarThe Apache Software License, Version 2.0
io.rsocketrsocket-transport-netty1.1.3-jarThe Apache Software License, Version 2.0
io.spring.gradledependency-management-plugin1.0.15.RELEASE-jarThe Apache Software License, Version 2.0
io.undertowundertow-core2.2.28.Final-jarApache License Version 2.0
io.undertowundertow-servlet2.2.28.Final-jarApache License Version 2.0
io.undertowundertow-websockets-jsr2.2.28.Final-jarApache License Version 2.0
jakarta.activationjakarta.activation-api1.2.2-jarEDL 1.0
jakarta.annotationjakarta.annotation-api1.3.5-jarEPL 2.0, GPL2 w/ CPE
jakarta.jmsjakarta.jms-api2.0.3-jarEclipse Public License 2.0, GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.jsonjakarta.json-api1.1.6-jarEclipse Public License 2.0, GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api1.0.2-jarEclipse Public License 2.0, GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.mailjakarta.mail-api1.6.7-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0
jakarta.management.j2eejakarta.management.j2ee-api1.1.4-jarEPL 2.0, GPL2 w/ CPE
jakarta.persistencejakarta.persistence-api2.2.3-jarEclipse Public License v. 2.0, Eclipse Distribution License v. 1.0
jakarta.servletjakarta.servlet-api4.0.4-jarEPL 2.0, GPL2 w/ CPE
jakarta.servlet.jsp.jstljakarta.servlet.jsp.jstl-api1.2.7-jarEPL 2.0, GPL2 w/ CPE
jakarta.transactionjakarta.transaction-api1.3.3-jarEPL 2.0, GPL2 w/ CPE
jakarta.validationjakarta.validation-api2.0.2-jarApache License 2.0
jakarta.websocketjakarta.websocket-api1.1.2-jarEclipse Public License 2.0, GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.ws.rsjakarta.ws.rs-api2.1.6-jarEPL 2.0, GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api2.3.3-jarEclipse Distribution License - v 1.0
jakarta.xml.soapjakarta.xml.soap-api1.4.2-jarEclipse Distribution License - v 1.0
jakarta.xml.wsjakarta.xml.ws-api2.3.3-jarEclipse Distribution License - v 1.0
javax.activationjavax.activation-api1.2.0-jarCDDL/GPLv2+CE
javax.annotationjavax.annotation-api1.3.2-jarCDDL + GPLv2 with classpath exception
javax.cachecache-api1.1.1-jarApache License, Version 2.0
javax.jmsjavax.jms-api2.0.1-jarCDDL + GPLv2 with classpath exception
javax.jsonjavax.json-api1.1.4-jarDual license consisting of the CDDL v1.1 and GPL v2
javax.json.bindjavax.json.bind-api1.0-jarDual license consisting of the CDDL v1.1 and GPL v2
javax.mailjavax.mail-api1.6.2-jarCDDL/GPLv2+CE
javax.moneymoney-api1.1-jarApache License, Version 2.0
javax.persistencejavax.persistence-api2.2-jarEclipse Public License v1.0, Eclipse Distribution License v. 1.0
javax.servletjavax.servlet-api4.0.1-jarCDDL + GPLv2 with classpath exception
javax.servletjstl1.2-jar-
javax.transactionjavax.transaction-api1.3-jarCDDL + GPLv2 with classpath exception
javax.validationvalidation-api2.0.1.Final-jarApache License 2.0
javax.websocketjavax.websocket-api1.1-jarDual license consisting of the CDDL v1.1 and GPL v2
javax.xml.bindjaxb-api2.3.1-jarCDDL 1.1, GPL2 w/ CPE
javax.xml.wsjaxws-api2.3.1-jarCDDL + GPLv2 with classpath exception
jaxenjaxen1.2.0-jarBSD License 2.0
junitjunit4.13.2-jarEclipse Public License 1.0
net.bytebuddybyte-buddy1.12.23-jarApache License, Version 2.0
net.bytebuddybyte-buddy-agent1.12.23-jarApache License, Version 2.0
net.java.dev.jnajna5.16.0-jarLGPL-2.1-or-later, Apache-2.0
net.java.dev.jnajna-platform5.16.0-jarLGPL-2.1-or-later, Apache-2.0
net.minidevjson-smart2.4.11-jarThe Apache Software License, Version 2.0
net.sf.ehcacheehcache2.10.9.2-jarThe Apache Software License, Version 2.0
net.sourceforge.htmlunithtmlunit2.60.0-jarApache License, Version 2.0
net.sourceforge.jtdsjtds1.3.1-jarLGPL
net.sourceforge.nekohtmlnekohtml1.9.22-jarThe Apache Software License, Version 2.0
nz.net.ultraq.thymeleafthymeleaf-layout-dialect3.0.0-jarThe Apache Software License, Version 2.0
org.apache.activemqactivemq-amqp5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-blueprint5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-broker5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-camel5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-client5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-console5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-http5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-jaas5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-jdbc-store5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-jms-pool5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-kahadb-store5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-karaf5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-leveldb-store5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-log4j-appender5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-mqtt5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-openwire-generator5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-openwire-legacy5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-osgi5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-partition5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-pool5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-ra5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-run5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-runtime-config5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-shiro5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-spring5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-stomp5.16.7-jarApache License, Version 2.0
org.apache.activemqactivemq-web5.16.7-jarApache License, Version 2.0
org.apache.activemqartemis-amqp-protocol2.19.1-jarApache License, Version 2.0
org.apache.activemqartemis-commons2.19.1-jarApache License, Version 2.0
org.apache.activemqartemis-core-client2.19.1-jarApache License, Version 2.0
org.apache.activemqartemis-jdbc-store2.19.1-jarApache License, Version 2.0
org.apache.activemqartemis-jms-client2.19.1-jarApache License, Version 2.0
org.apache.activemqartemis-jms-server2.19.1-jarApache License, Version 2.0
org.apache.activemqartemis-journal2.19.1-jarApache License, Version 2.0
org.apache.activemqartemis-quorum-api2.19.1-jarApache License, Version 2.0
org.apache.activemqartemis-selector2.19.1-jarApache License, Version 2.0
org.apache.activemqartemis-server2.19.1-jarApache License, Version 2.0
org.apache.activemqartemis-service-extensions2.19.1-jarApache License, Version 2.0
org.apache.commonscommons-dbcp22.9.0-jarApache License, Version 2.0
org.apache.commonscommons-lang33.12.0-jarApache License, Version 2.0
org.apache.commonscommons-pool22.11.1-jarApache License, Version 2.0
org.apache.derbyderby10.14.2.0-jarApache 2
org.apache.derbyderbyclient10.14.2.0-jarApache 2
org.apache.derbyderbynet10.14.2.0-jarApache 2
org.apache.derbyderbyoptionaltools10.14.2.0-jarApache 2
org.apache.derbyderbytools10.14.2.0-jarApache 2
org.apache.httpcomponentsfluent-hc4.5.14-jarApache License, Version 2.0
org.apache.httpcomponentshttpasyncclient4.1.5-jarApache License, Version 2.0
org.apache.httpcomponentshttpclient4.5.14-jarApache License, Version 2.0
org.apache.httpcomponentshttpclient-cache4.5.14-jarApache License, Version 2.0
org.apache.httpcomponentshttpclient-osgi4.5.14-jarApache License, Version 2.0
org.apache.httpcomponentshttpclient-win4.5.14-jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.16-jarApache License, Version 2.0
org.apache.httpcomponentshttpcore-nio4.4.16-jarApache License, Version 2.0
org.apache.httpcomponentshttpmime4.5.14-jarApache License, Version 2.0
org.apache.httpcomponents.client5httpclient55.1.4-jarApache License, Version 2.0
org.apache.httpcomponents.client5httpclient5-cache5.1.4-jarApache License, Version 2.0
org.apache.httpcomponents.client5httpclient5-fluent5.1.4-jarApache License, Version 2.0
org.apache.httpcomponents.client5httpclient5-win5.1.4-jarApache License, Version 2.0
org.apache.httpcomponents.core5httpcore55.1.5-jarApache License, Version 2.0
org.apache.httpcomponents.core5httpcore5-h25.1.5-jarApache License, Version 2.0
org.apache.httpcomponents.core5httpcore5-reactive5.1.5-jarApache License, Version 2.0
org.apache.johnzonjohnzon-core1.2.21-jarThe Apache Software License, Version 2.0
org.apache.johnzonjohnzon-jaxrs1.2.21-jarThe Apache Software License, Version 2.0
org.apache.johnzonjohnzon-jsonb1.2.21-jarThe Apache Software License, Version 2.0
org.apache.johnzonjohnzon-jsonb-extras1.2.21-jarThe Apache Software License, Version 2.0
org.apache.johnzonjohnzon-jsonschema1.2.21-jarThe Apache Software License, Version 2.0
org.apache.johnzonjohnzon-mapper1.2.21-jarThe Apache Software License, Version 2.0
org.apache.johnzonjohnzon-websocket1.2.21-jarThe Apache Software License, Version 2.0
org.apache.kafkaconnect3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkaconnect-api3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkaconnect-basic-auth-extension3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkaconnect-file3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkaconnect-json3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkaconnect-mirror3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkaconnect-mirror-client3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkaconnect-runtime3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkaconnect-transforms3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkagenerator3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka-clients3.1.2testjarThe Apache License, Version 2.0
org.apache.kafkakafka-clients3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka-log4j-appender3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka-metadata3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka-raft3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka-server-common3.1.2testjarThe Apache License, Version 2.0
org.apache.kafkakafka-server-common3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka-shell3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka-storage3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka-storage-api3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka-streams3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka-streams-scala_2.123.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka-streams-scala_2.133.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka-streams-test-utils3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka-tools3.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka_2.123.1.2testjarThe Apache License, Version 2.0
org.apache.kafkakafka_2.123.1.2-jarThe Apache License, Version 2.0
org.apache.kafkakafka_2.133.1.2testjarThe Apache License, Version 2.0
org.apache.kafkakafka_2.133.1.2-jarThe Apache License, Version 2.0
org.apache.kafkatrogdor3.1.2-jarThe Apache License, Version 2.0
org.apache.logginglogging-parent11.0.0-pomApache-2.0
org.apache.logging.log4jlog4j-1.2-api2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-api2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-api-test2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-appserver2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-cassandra2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-core2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-core-test2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-couchdb2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-docker2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-flume-ng2.23.1-jarApache-2.0
org.apache.logging.log4jlog4j-iostreams2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-jakarta-smtp2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-jakarta-web2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-jcl2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-jmx-gui2.17.2-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-jpa2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-jpl2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-jul2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-kubernetes2.17.2-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-layout-template-json2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-liquibase2.17.2-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-mongodb2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-mongodb32.17.2-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-mongodb42.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-slf4j-impl2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-slf4j18-impl2.17.2-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-slf4j2-impl2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-spring-boot2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-spring-cloud-config-client2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-taglib2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-to-jul2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-to-slf4j2.24.3-jarApache-2.0
org.apache.logging.log4jlog4j-web2.24.3-jarApache-2.0
org.apache.maven.plugin-toolsmaven-plugin-annotations3.13.1-jarApache-2.0
org.apache.solrsolr-analysis-extras8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-analytics8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-cell8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-core8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-dataimporthandler8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-dataimporthandler-extras8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-gcs-repository8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-jaegertracer-configurator8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-langid8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-ltr8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-prometheus-exporter8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-s3-repository8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-solrj8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-test-framework8.11.2-jarApache License, Version 2.0
org.apache.solrsolr-velocity8.11.2-jarApache License, Version 2.0
org.apache.tomcattomcat-annotations-api9.0.83-jarApache License, Version 2.0
org.apache.tomcattomcat-jdbc9.0.83-jarApache License, Version 2.0
org.apache.tomcattomcat-jsp-api9.0.83-jarApache License, Version 2.0
org.apache.tomcat.embedtomcat-embed-core9.0.83-jarApache License, Version 2.0
org.apache.tomcat.embedtomcat-embed-el9.0.83-jarApache License, Version 2.0
org.apache.tomcat.embedtomcat-embed-jasper9.0.83-jarApache License, Version 2.0
org.apache.tomcat.embedtomcat-embed-websocket9.0.83-jarApache License, Version 2.0
org.aspectjaspectjrt1.9.7-jarEclipse Public License - v 2.0
org.aspectjaspectjtools1.9.7-jarEclipse Public License - v 2.0
org.aspectjaspectjweaver1.9.7-jarEclipse Public License - v 2.0
org.assertjassertj-core3.22.0-jarApache License, Version 2.0
org.awaitilityawaitility4.2.0-jarApache 2.0
org.awaitilityawaitility-groovy4.2.0-jarApache 2.0
org.awaitilityawaitility-kotlin4.2.0-jarApache 2.0
org.awaitilityawaitility-scala4.2.0-jarApache 2.0
org.cache2kcache2k-api2.6.1.Final-jarApache 2
org.cache2kcache2k-config2.6.1.Final-jarApache 2
org.cache2kcache2k-core2.6.1.Final-jarApache 2
org.cache2kcache2k-jcache2.6.1.Final-jarApache 2
org.cache2kcache2k-micrometer2.6.1.Final-jarApache 2
org.cache2kcache2k-spring2.6.1.Final-jarApache 2
org.codehaus.groovygroovy3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-ant3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-astbuilder3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-bsf3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-cli-commons3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-cli-picocli3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-console3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-datetime3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-dateutil3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-docgenerator3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-groovydoc3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-groovysh3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-jaxb3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-jmx3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-json3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-jsr2233.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-macro3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-nio3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-servlet3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-sql3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-swing3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-templates3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-test3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-test-junit53.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-testng3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-xml3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-yaml3.0.19-jarThe Apache Software License, Version 2.0
org.codehaus.janinocommons-compiler3.1.10-jarBSD-3-Clause
org.codehaus.janinocommons-compiler-jdk3.1.10-jarBSD-3-Clause
org.codehaus.janinojanino3.1.10-jarBSD-3-Clause
org.eclipse.jettyapache-jsp9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyapache-jstl9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyinfinispan-common9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyinfinispan-embedded-query9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyinfinispan-remote-query9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-client9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-conscrypt-client9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-conscrypt-server9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-java-client9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-java-server9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-openjdk8-client9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-openjdk8-server9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-server9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-annotations9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-ant9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-client9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-continuation9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-deploy9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-distribution9.4.53.v20231009-tar.gzApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-distribution9.4.53.v20231009-zipApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-hazelcast9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-home9.4.53.v20231009-tar.gzApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-home9.4.53.v20231009-zipApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-http9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-http-spi9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-io9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-jaas9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-jaspi9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-jmx9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-jndi9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-nosql9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-openid9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-plus9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-proxy9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-quickstart9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-reactive-httpclient1.1.15-jarApache License Version 2.0
org.eclipse.jettyjetty-rewrite9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-security9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-server9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-servlet9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-servlets9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-spring9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-unixsocket9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-util9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-util-ajax9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-webapp9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-xml9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.fcgifcgi-client9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.fcgifcgi-server9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.gcloudjetty-gcloud-session-manager9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.http2http2-client9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.http2http2-common9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.http2http2-hpack9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.http2http2-http-client-transport9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.http2http2-server9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.memcachedjetty-memcached-sessions9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.orbitjavax.servlet.jsp2.2.0.v201112011158-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.osgijetty-httpservice9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.osgijetty-osgi-boot9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.osgijetty-osgi-boot-jsp9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.osgijetty-osgi-boot-warurl9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketjavax-websocket-client-impl9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketjavax-websocket-server-impl9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketwebsocket-api9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketwebsocket-client9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketwebsocket-common9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketwebsocket-server9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketwebsocket-servlet9.4.53.v20231009-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.ehcacheehcache3.10.8-jarThe Apache Software License, Version 2.0
org.ehcacheehcache-clustered3.10.8-jarThe Apache Software License, Version 2.0
org.ehcacheehcache-transactions3.10.8-jarThe Apache Software License, Version 2.0
org.elasticsearchelasticsearch7.17.15-jarElastic License 2.0, Server Side Public License, v 1
org.elasticsearch.clientelasticsearch-rest-client7.17.15-jarThe Apache Software License, Version 2.0
org.elasticsearch.clientelasticsearch-rest-client-sniffer7.17.15-jarThe Apache Software License, Version 2.0
org.elasticsearch.clientelasticsearch-rest-high-level-client7.17.15-jarElastic License 2.0
org.elasticsearch.clienttransport7.17.15-jarElastic License 2.0, Server Side Public License, v 1
org.elasticsearch.distribution.integ-test-zipelasticsearch7.17.15-zipElastic License 2.0, Server Side Public License, v 1
org.elasticsearch.plugintransport-netty4-client7.17.15-jarElastic License 2.0, Server Side Public License, v 1
org.firebirdsql.jdbcjaybird4.0.9.java8-jarGNU Lesser General Public License, Modified BSD (3-clause) License
org.firebirdsql.jdbcjaybird-jdk184.0.9.java8-jarGNU Lesser General Public License, Modified BSD (3-clause) License
org.flywaydbflyway-core8.5.13-jarApache License, Version 2.0
org.flywaydbflyway-firebird8.5.13-jarApache License, Version 2.0
org.flywaydbflyway-mysql8.5.13-jarApache License, Version 2.0
org.flywaydbflyway-sqlserver8.5.13-jarApache License, Version 2.0
org.freemarkerfreemarker2.3.32-jarApache License, Version 2.0
org.glassfishjakarta.el3.0.4-jarEPL 2.0, GPL2 w/ CPE
org.glassfish.jaxbcodemodel2.3.9-jarEclipse Distribution License - v 1.0
org.glassfish.jaxbcodemodel-annotation-compiler2.3.9-jarEclipse Distribution License - v 1.0
org.glassfish.jaxbjaxb-jxc2.3.9-jarEclipse Distribution License - v 1.0
org.glassfish.jaxbjaxb-runtime2.3.9-jarEclipse Distribution License - v 1.0
org.glassfish.jaxbjaxb-xjc2.3.9-jarEclipse Distribution License - v 1.0
org.glassfish.jaxbtxw22.3.9-jarEclipse Distribution License - v 1.0
org.glassfish.jaxbtxwc22.3.9-jarEclipse Distribution License - v 1.0
org.glassfish.jaxbxsom2.3.9-jarEclipse Distribution License - v 1.0
org.glassfish.jersey.bundlesjaxrs-ri2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-apache-connector2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-grizzly-connector2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-helidon-connector2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-jdk-connector2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-jetty-connector2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-netty-connector2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-jdk-http2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-jetty-http2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-jetty-servlet2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-netty-http2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-servlet2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-servlet-core2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-simple-http2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containers.glassfishjersey-gf-ejb2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.corejersey-client2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.corejersey-common2.35-jarEPL 2.0, The GNU General Public License (GPL), Version 2, With Classpath Exception, Apache License, 2.0, Public Domain
org.glassfish.jersey.corejersey-server2.35-jarEPL 2.0, The GNU General Public License (GPL), Version 2, With Classpath Exception, Apache License, 2.0, Modified BSD
org.glassfish.jersey.extjersey-bean-validation2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-declarative-linking2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-entity-filtering2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-metainf-services2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc-bean-validation2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc-freemarker2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc-jsp2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc-mustache2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-proxy-client2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-servlet-portability2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-spring42.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-spring52.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-wadl-doclet2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi-rs-inject2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x-ban-custom-hk2-binding2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x-servlet2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x-transaction2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x-validation2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-weld2-se2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.microprofilejersey-mp-config2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.microprofilejersey-mp-rest-client2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.rxjersey-rx-client-guava2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.rxjersey-rx-client-rxjava2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.rxjersey-rx-client-rxjava22.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.injectjersey-cdi2-se2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.injectjersey-hk22.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-jaxb2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-json-binding2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-json-jackson2.35-jarEPL 2.0, The GNU General Public License (GPL), Version 2, With Classpath Exception, Apache License, 2.0
org.glassfish.jersey.mediajersey-media-json-jettison2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-json-processing2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-kryo2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-moxy2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-multipart2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-sse2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.securityoauth1-client2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.securityoauth1-server2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.securityoauth1-signature2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.securityoauth2-client2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-util2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle2.35-pomEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly22.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple2.35-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.webjakarta.servlet.jsp.jstl1.2.6-jarEPL 2.0, GPL2 w/ CPE
org.hamcresthamcrest2.2-jarBSD License 3
org.hamcresthamcrest-core2.2-jarBSD License 3
org.hamcresthamcrest-library2.2-jarBSD License 3
org.hibernatehibernate-c3p05.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-core5.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-ehcache5.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-entitymanager5.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-envers5.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-hikaricp5.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-java85.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-jcache5.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-jpamodelgen5.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-micrometer5.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-proxool5.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-spatial5.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-testing5.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-vibur5.6.15.Final-jarGNU Library General Public License v2.1 or later
org.hibernate.validatorhibernate-validator6.2.5.Final-jarApache License 2.0
org.hibernate.validatorhibernate-validator-annotation-processor6.2.5.Final-jarApache License 2.0
org.hsqldbhsqldb2.5.2-jarHSQLDB License, a BSD open source license
org.infinispaninfinispan-anchored-keys13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-api13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-cachestore-jdbc13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-cachestore-jpa13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-cachestore-remote13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-cachestore-rocksdb13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-cachestore-sql13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-cdi-common13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-cdi-embedded13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-cdi-remote13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-checkstyle13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-cli-client13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-client-hotrod13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-client-rest13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-cloudevents-integration13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-clustered-counter13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-clustered-lock13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-commons13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-commons-test13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-component-processor13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-console0.15.5.Final-jarApache License 2.0
org.infinispaninfinispan-core13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-extended-statistics13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-hibernate-cache-commons13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-hibernate-cache-spi13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-hibernate-cache-v5313.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-jboss-marshalling13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-jcache13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-jcache-commons13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-jcache-remote13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-key-value-store-client13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-marshaller-kryo13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-marshaller-kryo-bundle13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-marshaller-protostuff13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-marshaller-protostuff-bundle13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-multimap13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-objectfilter13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-query13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-query-core13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-query-dsl13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-remote-query-client13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-remote-query-server13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-scripting13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-server-core13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-server-hotrod13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-server-memcached13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-server-rest13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-server-router13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-server-runtime13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-server-testdriver-core13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-server-testdriver-junit413.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-server-testdriver-junit513.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-spring-boot-starter-embedded13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-spring-boot-starter-remote13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-spring5-common13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-spring5-embedded13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-spring5-remote13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-tasks13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-tasks-api13.0.20.Final-jarApache License 2.0
org.infinispaninfinispan-tools13.0.20.Final-jar-
org.infinispan.protostreamprotostream4.4.4.Final-jarApache License 2.0
org.infinispan.protostreamprotostream-types4.4.4.Final-jarApache License 2.0
org.influxdbinfluxdb-java2.22-jarThe MIT License (MIT)
org.jboss.loggingjboss-logging3.4.3.Final-jarApache License, version 2.0
org.jdomjdom22.0.6.1-jarSimilar to Apache License but with the acknowledgment clause removed
org.jetbrains.kotlinkotlin-compiler1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-compiler-embeddable1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-daemon-client1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-main-kts1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-osgi-bundle1.6.21-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinkotlin-reflect1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-script-runtime1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-script-util1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-scripting-common1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-scripting-ide-services1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-scripting-jvm1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-scripting-jvm-host1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-stdlib1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-stdlib-common1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-stdlib-jdk71.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-stdlib-jdk81.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-stdlib-js1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test-annotations-common1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test-common1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test-js1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test-junit1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test-junit51.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test-testng1.6.21-jarThe Apache License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-android1.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-core1.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-core-jvm1.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-debug1.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-guava1.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-javafx1.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-jdk81.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-jdk91.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-play-services1.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-reactive1.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-reactor1.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-rx21.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-rx31.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-slf4j1.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-swing1.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-test1.6.4-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-test-jvm1.6.4-jarThe Apache Software License, Version 2.0
org.jolokiajolokia-core1.7.2-jarApache 2
org.jooqjooq3.14.16-jarApache License, Version 2.0
org.jooqjooq-codegen3.14.16-jarApache License, Version 2.0
org.jooqjooq-kotlin3.14.16-jarApache License, Version 2.0
org.jooqjooq-meta3.14.16-jarApache License, Version 2.0
org.jspecifyjspecify1.0.0-jarThe Apache License, Version 2.0
org.junit.jupiterjunit-jupiter5.8.2-jarEclipse Public License v2.0
org.junit.jupiterjunit-jupiter-api5.8.2-jarEclipse Public License v2.0
org.junit.jupiterjunit-jupiter-engine5.8.2-jarEclipse Public License v2.0
org.junit.jupiterjunit-jupiter-migrationsupport5.8.2-jarEclipse Public License v2.0
org.junit.jupiterjunit-jupiter-params5.8.2-jarEclipse Public License v2.0
org.junit.platformjunit-platform-commons1.8.2-jarEclipse Public License v2.0
org.junit.platformjunit-platform-console1.8.2-jarEclipse Public License v2.0
org.junit.platformjunit-platform-engine1.8.2-jarEclipse Public License v2.0
org.junit.platformjunit-platform-jfr1.8.2-jarEclipse Public License v2.0
org.junit.platformjunit-platform-launcher1.8.2-jarEclipse Public License v2.0
org.junit.platformjunit-platform-reporting1.8.2-jarEclipse Public License v2.0
org.junit.platformjunit-platform-runner1.8.2-jarEclipse Public License v2.0
org.junit.platformjunit-platform-suite1.8.2-jarEclipse Public License v2.0
org.junit.platformjunit-platform-suite-api1.8.2-jarEclipse Public License v2.0
org.junit.platformjunit-platform-suite-commons1.8.2-jarEclipse Public License v2.0
org.junit.platformjunit-platform-suite-engine1.8.2-jarEclipse Public License v2.0
org.junit.platformjunit-platform-testkit1.8.2-jarEclipse Public License v2.0
org.junit.vintagejunit-vintage-engine5.8.2-jarEclipse Public License v2.0
org.liquibaseliquibase-cdi4.9.1-jarApache License, Version 2.0
org.liquibaseliquibase-core4.9.1-jarApache License, Version 2.0
org.mariadbr2dbc-mariadb1.1.2-jarApache License 2.0
org.mariadb.jdbcmariadb-java-client3.1.4-jarLGPL-2.1
org.messaginghubpooled-jms1.2.6-jarThe Apache License, Version 2.0
org.mockitomockito-android4.5.1-jarThe MIT License
org.mockitomockito-core4.5.1-jarThe MIT License
org.mockitomockito-errorprone4.5.1-jarThe MIT License
org.mockitomockito-inline4.5.1-jarThe MIT License
org.mockitomockito-junit-jupiter4.5.1-jarThe MIT License
org.mockitomockito-proxy4.5.1-jarThe MIT License
org.mongodbbson4.6.1-jarThe Apache License, Version 2.0
org.mongodbbson-record-codec4.6.1-jarThe Apache License, Version 2.0
org.mongodbmongodb-driver-core4.6.1-jarThe Apache License, Version 2.0
org.mongodbmongodb-driver-legacy4.6.1-jarThe Apache License, Version 2.0
org.mongodbmongodb-driver-reactivestreams4.6.1-jarThe Apache License, Version 2.0
org.mongodbmongodb-driver-sync4.6.1-jarThe Apache License, Version 2.0
org.mortbay.jasperapache-el9.0.52-jarApache License Version 2.0
org.neo4j.driverneo4j-java-driver4.4.12-jarApache License, Version 2
org.osgiorg.osgi.annotation.bundle2.0.0-jarApache-2.0
org.osgiorg.osgi.annotation.versioning1.1.2-jarApache-2.0
org.osgiosgi.annotation8.1.0-jarApache-2.0
org.postgresqlpostgresql42.3.8-jarBSD-2-Clause
org.postgresqlr2dbc-postgresql0.9.2.RELEASE-jarApache License 2.0
org.projectlomboklombok1.18.30-jarThe MIT License
org.quartz-schedulerquartz2.3.2-jarThe Apache Software License, Version 2.0
org.quartz-schedulerquartz-jobs2.3.2-jarThe Apache Software License, Version 2.0
org.reactivestreamsreactive-streams1.0.4-jarMIT-0
org.seleniumhq.seleniumhtmlunit-driver3.61.0-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumlift4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-api4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-chrome-driver4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-chromium-driver4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-devtools-v1004.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-devtools-v1014.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-devtools-v854.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-devtools-v994.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-edge-driver4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-firefox-driver4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-grid4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-http4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-ie-driver4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-java4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-json4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-opera-driver4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-remote-driver4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-safari-driver4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-session-map-jdbc4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-session-map-redis4.1.4-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-support4.1.4-jarThe Apache Software License, Version 2.0
org.skyscreamerjsonassert1.5.1-jarThe Apache Software License, Version 2.0
org.slf4jjcl-over-slf4j1.7.36-jarApache License, Version 2.0
org.slf4jjul-to-slf4j1.7.36-jarMIT License
org.slf4jlog4j-over-slf4j1.7.36-jarApache Software Licenses
org.slf4jslf4j-api1.7.36-jarMIT License
org.slf4jslf4j-ext1.7.36-jarMIT License
org.slf4jslf4j-jcl1.7.36-jarMIT License
org.slf4jslf4j-jdk141.7.36-jarMIT License
org.slf4jslf4j-log4j121.7.36-jarMIT License
org.slf4jslf4j-nop1.7.36-jarMIT License
org.slf4jslf4j-simple1.7.36-jarMIT License
org.springframeworkspring-aop5.3.31-jarApache License, Version 2.0
org.springframeworkspring-aspects5.3.31-jarApache License, Version 2.0
org.springframeworkspring-beans5.3.31-jarApache License, Version 2.0
org.springframeworkspring-context5.3.31-jarApache License, Version 2.0
org.springframeworkspring-context-indexer5.3.31-jarApache License, Version 2.0
org.springframeworkspring-context-support5.3.31-jarApache License, Version 2.0
org.springframeworkspring-core5.3.31-jarApache License, Version 2.0
org.springframeworkspring-expression5.3.31-jarApache License, Version 2.0
org.springframeworkspring-instrument5.3.31-jarApache License, Version 2.0
org.springframeworkspring-jcl5.3.31-jarApache License, Version 2.0
org.springframeworkspring-jdbc5.3.31-jarApache License, Version 2.0
org.springframeworkspring-jms5.3.31-jarApache License, Version 2.0
org.springframeworkspring-messaging5.3.31-jarApache License, Version 2.0
org.springframeworkspring-orm5.3.31-jarApache License, Version 2.0
org.springframeworkspring-oxm5.3.31-jarApache License, Version 2.0
org.springframeworkspring-r2dbc5.3.31-jarApache License, Version 2.0
org.springframeworkspring-test5.3.31-jarApache License, Version 2.0
org.springframeworkspring-tx5.3.31-jarApache License, Version 2.0
org.springframeworkspring-web5.3.31-jarApache License, Version 2.0
org.springframeworkspring-webflux5.3.31-jarApache License, Version 2.0
org.springframeworkspring-webmvc5.3.31-jarApache License, Version 2.0
org.springframeworkspring-websocket5.3.31-jarApache License, Version 2.0
org.springframework.amqpspring-amqp2.4.17-jarApache License, Version 2.0
org.springframework.amqpspring-rabbit2.4.17-jarApache License, Version 2.0
org.springframework.amqpspring-rabbit-junit2.4.17-jarApache License, Version 2.0
org.springframework.amqpspring-rabbit-stream2.4.17-jarApache License, Version 2.0
org.springframework.amqpspring-rabbit-test2.4.17-jarApache License, Version 2.0
org.springframework.batchspring-batch-core4.3.10-jarThe Apache Software License, Version 2.0
org.springframework.batchspring-batch-infrastructure4.3.10-jarThe Apache Software License, Version 2.0
org.springframework.batchspring-batch-integration4.3.10-jarThe Apache Software License, Version 2.0
org.springframework.batchspring-batch-test4.3.10-jarThe Apache Software License, Version 2.0
org.springframework.bootspring-boot2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-actuator2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-actuator-autoconfigure2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-autoconfigure2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-autoconfigure-processor2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-buildpack-platform2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-configuration-metadata2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-configuration-processor2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-devtools2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-jarmode-layertools2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-loader2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-loader-tools2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-properties-migrator2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-activemq2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-actuator2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-amqp2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-aop2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-artemis2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-batch2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-cache2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-cassandra2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-cassandra-reactive2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-couchbase2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-couchbase-reactive2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-elasticsearch2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-jdbc2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-jpa2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-ldap2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-mongodb2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-mongodb-reactive2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-neo4j2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-r2dbc2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-redis2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-redis-reactive2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-rest2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-freemarker2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-graphql2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-groovy-templates2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-hateoas2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-integration2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-jdbc2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-jersey2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-jetty2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-jooq2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-json2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-jta-atomikos2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-log4j22.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-logging2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-mail2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-mustache2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-oauth2-client2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-oauth2-resource-server2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-quartz2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-reactor-netty2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-rsocket2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-security2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-test2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-thymeleaf2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-tomcat2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-undertow2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-validation2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-web2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-web-services2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-webflux2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-websocket2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-test2.7.18-jarApache License, Version 2.0
org.springframework.bootspring-boot-test-autoconfigure2.7.18-jarApache License, Version 2.0
org.springframework.dataspring-data-cassandra3.4.18-jarApache License, Version 2.0
org.springframework.dataspring-data-commons2.7.18-jarApache License, Version 2.0
org.springframework.dataspring-data-couchbase4.4.18-jarApache License, Version 2.0
org.springframework.dataspring-data-elasticsearch4.4.18-jarApache License, Version 2.0
org.springframework.dataspring-data-envers2.7.18-jarApache License, Version 2.0
org.springframework.dataspring-data-geode2.7.18-jarApache License, Version 2.0
org.springframework.dataspring-data-jdbc2.4.18-jarApache License, Version 2.0
org.springframework.dataspring-data-jpa2.7.18-jarApache License, Version 2.0
org.springframework.dataspring-data-keyvalue2.7.18-jarApache License, Version 2.0
org.springframework.dataspring-data-ldap2.7.18-jarApache License, Version 2.0
org.springframework.dataspring-data-mongodb3.4.18-jarApache License, Version 2.0
org.springframework.dataspring-data-neo4j6.3.18-jarThe Apache Software License, Version 2.0
org.springframework.dataspring-data-r2dbc1.5.18-jarApache License, Version 2.0
org.springframework.dataspring-data-redis2.7.18-jarApache License, Version 2.0
org.springframework.dataspring-data-relational2.4.18-jarApache License, Version 2.0
org.springframework.dataspring-data-rest-core3.7.18-jarApache License, Version 2.0
org.springframework.dataspring-data-rest-hal-explorer3.7.18-jarApache License, Version 2.0
org.springframework.dataspring-data-rest-webmvc3.7.18-jarApache License, Version 2.0
org.springframework.graphqlspring-graphql1.0.6-jarApache License, Version 2.0
org.springframework.graphqlspring-graphql-test1.0.6-jarApache License, Version 2.0
org.springframework.hateoasspring-hateoas1.5.6-jarApache License, Version 2.0
org.springframework.integrationspring-integration-amqp5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-core5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-event5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-feed5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-file5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-ftp5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-gemfire5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-groovy5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-http5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-ip5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-jdbc5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-jms5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-jmx5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-jpa5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-kafka5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-mail5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-mongodb5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-mqtt5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-r2dbc5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-redis5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-rmi5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-rsocket5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-scripting5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-security5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-sftp5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-stomp5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-stream5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-syslog5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-test5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-test-support5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-webflux5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-websocket5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-ws5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-xml5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-xmpp5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-zeromq5.5.20-jarApache License, Version 2.0
org.springframework.integrationspring-integration-zookeeper5.5.20-jarApache License, Version 2.0
org.springframework.kafkaspring-kafka2.8.11-jarApache License, Version 2.0
org.springframework.kafkaspring-kafka-test2.8.11-jarApache License, Version 2.0
org.springframework.ldapspring-ldap-core2.4.1-jarApache License, Version 2.0
org.springframework.ldapspring-ldap-core-tiger2.4.1-jarApache License, Version 2.0
org.springframework.ldapspring-ldap-ldif-core2.4.1-jarApache License, Version 2.0
org.springframework.ldapspring-ldap-odm2.4.1-jarApache License, Version 2.0
org.springframework.ldapspring-ldap-test2.4.1-jarApache License, Version 2.0
org.springframework.restdocsspring-restdocs-asciidoctor2.0.8.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.restdocsspring-restdocs-core2.0.8.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.restdocsspring-restdocs-mockmvc2.0.8.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.restdocsspring-restdocs-restassured2.0.8.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.restdocsspring-restdocs-webtestclient2.0.8.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.retryspring-retry1.3.4-jarApache 2.0
org.springframework.securityspring-security-acl5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-aspects5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-cas5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-config5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-core5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-crypto5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-data5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-ldap5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-messaging5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-oauth2-client5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-oauth2-core5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-oauth2-jose5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-oauth2-resource-server5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-openid5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-remoting5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-rsocket5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-saml2-service-provider5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-taglibs5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-test5.8.16-jarApache License, Version 2.0
org.springframework.securityspring-security-web5.8.16-jarApache License, Version 2.0
org.springframework.sessionspring-session-core2.7.4-jarApache License, Version 2.0
org.springframework.sessionspring-session-data-geode2.7.1-jarThe Apache Software License, Version 2.0
org.springframework.sessionspring-session-data-mongodb2.7.4-jarApache License, Version 2.0
org.springframework.sessionspring-session-data-redis2.7.4-jarApache License, Version 2.0
org.springframework.sessionspring-session-hazelcast2.7.4-jarApache License, Version 2.0
org.springframework.sessionspring-session-jdbc2.7.4-jarApache License, Version 2.0
org.springframework.wsspring-ws-core3.1.8-jarApache License, Version 2.0
org.springframework.wsspring-ws-security3.1.8-jarApache License, Version 2.0
org.springframework.wsspring-ws-support3.1.8-jarApache License, Version 2.0
org.springframework.wsspring-ws-test3.1.8-jarApache License, Version 2.0
org.springframework.wsspring-xml3.1.8-jarApache License, Version 2.0
org.thymeleafthymeleaf3.0.15.RELEASE-jarThe Apache Software License, Version 2.0
org.thymeleafthymeleaf-spring53.0.15.RELEASE-jarThe Apache Software License, Version 2.0
org.thymeleaf.extrasthymeleaf-extras-java8time3.0.4.RELEASE-jarThe Apache Software License, Version 2.0
org.thymeleaf.extrasthymeleaf-extras-springsecurity53.0.5.RELEASE-jarThe Apache Software License, Version 2.0
org.webjarswebjars-locator-core0.50-jarMIT
org.xerialsqlite-jdbc3.36.0.3-jarThe Apache Software License, Version 2.0
org.xmlunitxmlunit-assertj2.9.1-jarThe Apache Software License, Version 2.0
org.xmlunitxmlunit-assertj32.9.1-jarThe Apache Software License, Version 2.0
org.xmlunitxmlunit-core2.9.1-jarThe Apache Software License, Version 2.0
org.xmlunitxmlunit-legacy2.9.1-jarThe BSD 3-Clause License
org.xmlunitxmlunit-matchers2.9.1-jarThe Apache Software License, Version 2.0
org.xmlunitxmlunit-placeholders2.9.1-jarThe Apache Software License, Version 2.0
org.yamlsnakeyaml1.30-jarApache License, Version 2.0
redis.clientsjedis3.8.0-jarMIT
wsdl4jwsdl4j1.6.3-jarCPL
+

provided

+

The following is a list of provided dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile the submodule, but should be provided by default when using the library:

+ + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
org.infinispaninfinispan-component-annotations13.0.20.FinaljarApache License 2.0
org.infinispan.protostreamprotostream-processor4.4.4.FinaljarApache License 2.0
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/dependency-updates-report.html b/waffle-demo-parent/waffle-spring-boot-filter2/dependency-updates-report.html new file mode 100644 index 0000000000..a5ce43881e --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/dependency-updates-report.html @@ -0,0 +1,45080 @@ + + + + + + + + + + Dependency Updates Report – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Overview

+

This report summarizes newer versions that may be available for your project's various dependencies.

+ + + + + + + + + + + + + + + + + + + + + +
# of dependencies using the latest version available95
# of dependencies where the next version available is smaller than an incremental version update2
# of dependencies where the next version available is an incremental version update321
# of dependencies where the next version available is a minor version update496
# of dependencies where the next version available is a major version update274
+

Dependency Management

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StatusGroup IdArtifact IdCurrent VersionScopeClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest Major
antlrantlr2.7.7jar20030911
biz.aQute.bndbiz.aQute.bnd.annotation7.0.0jar7.1.0
ch.qos.logbacklogback-access1.2.12jar1.2.131.5.15
ch.qos.logbacklogback-classic1.5.15jar
ch.qos.logbacklogback-core1.2.12jar1.2.131.5.15
com.atomikostransactions-jdbc4.0.6jar6.0.0
com.atomikostransactions-jms4.0.6jar6.0.0
com.atomikostransactions-jta4.0.6jar6.0.0
com.couchbase.clientjava-client3.3.4jar3.7.6
com.datastax.ossjava-driver-core4.14.1jar4.17.0
com.datastax.ossjava-driver-core-shaded4.14.1jar4.17.0
com.datastax.ossjava-driver-mapper-processor4.14.1jar4.17.0
com.datastax.ossjava-driver-mapper-runtime4.14.1jar4.17.0
com.datastax.ossjava-driver-metrics-micrometer4.14.1jar4.17.0
com.datastax.ossjava-driver-metrics-microprofile4.14.1jar4.17.0
com.datastax.ossjava-driver-query-builder4.14.1jar4.17.0
com.datastax.ossjava-driver-shaded-guava25.1-jre-graal-sub-1jar
com.datastax.ossjava-driver-test-infra4.14.1jar4.17.0
com.datastax.ossnative-protocol1.5.1jar
com.fasterxmlclassmate1.5.1jar1.7.0
com.fasterxml.jackson.corejackson-annotations2.13.5jar2.18.2
com.fasterxml.jackson.corejackson-core2.13.5jar2.18.2
com.fasterxml.jackson.corejackson-databind2.13.5jar2.18.2
com.fasterxml.jackson.dataformatjackson-dataformat-avro2.13.5jar2.18.2
com.fasterxml.jackson.dataformatjackson-dataformat-cbor2.13.5jar2.18.2
com.fasterxml.jackson.dataformatjackson-dataformat-csv2.13.5jar2.18.2
com.fasterxml.jackson.dataformatjackson-dataformat-ion2.13.5jar2.18.2
com.fasterxml.jackson.dataformatjackson-dataformat-properties2.13.5jar2.18.2
com.fasterxml.jackson.dataformatjackson-dataformat-protobuf2.13.5jar2.18.2
com.fasterxml.jackson.dataformatjackson-dataformat-smile2.13.5jar2.18.2
com.fasterxml.jackson.dataformatjackson-dataformat-toml2.13.5jar2.18.2
com.fasterxml.jackson.dataformatjackson-dataformat-xml2.13.5jar2.18.2
com.fasterxml.jackson.dataformatjackson-dataformat-yaml2.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-eclipse-collections2.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-guava2.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-hibernate42.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-hibernate52.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-hibernate5-jakarta2.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-hppc2.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-jakarta-jsonp2.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-jaxrs2.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-jdk82.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-joda2.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-joda-money2.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-json-org2.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-jsr3102.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-jsr3532.13.5jar2.18.2
com.fasterxml.jackson.datatypejackson-datatype-pcollections2.13.5jar2.18.2
com.fasterxml.jackson.jakarta.rsjackson-jakarta-rs-base2.13.5jar2.18.2
com.fasterxml.jackson.jakarta.rsjackson-jakarta-rs-cbor-provider2.13.5jar2.18.2
com.fasterxml.jackson.jakarta.rsjackson-jakarta-rs-json-provider2.13.5jar2.18.2
com.fasterxml.jackson.jakarta.rsjackson-jakarta-rs-smile-provider2.13.5jar2.18.2
com.fasterxml.jackson.jakarta.rsjackson-jakarta-rs-xml-provider2.13.5jar2.18.2
com.fasterxml.jackson.jakarta.rsjackson-jakarta-rs-yaml-provider2.13.5jar2.18.2
com.fasterxml.jackson.jaxrsjackson-jaxrs-base2.13.5jar2.18.2
com.fasterxml.jackson.jaxrsjackson-jaxrs-cbor-provider2.13.5jar2.18.2
com.fasterxml.jackson.jaxrsjackson-jaxrs-json-provider2.13.5jar2.18.2
com.fasterxml.jackson.jaxrsjackson-jaxrs-smile-provider2.13.5jar2.18.2
com.fasterxml.jackson.jaxrsjackson-jaxrs-xml-provider2.13.5jar2.18.2
com.fasterxml.jackson.jaxrsjackson-jaxrs-yaml-provider2.13.5jar2.18.2
com.fasterxml.jackson.jrjackson-jr-all2.13.5jar2.18.2
com.fasterxml.jackson.jrjackson-jr-annotation-support2.13.5jar2.18.2
com.fasterxml.jackson.jrjackson-jr-objects2.13.5jar2.18.2
com.fasterxml.jackson.jrjackson-jr-retrofit22.13.5jar2.18.2
com.fasterxml.jackson.jrjackson-jr-stree2.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-afterburner2.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-blackbird2.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-guice2.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-jakarta-xmlbind-annotations2.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-jaxb-annotations2.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-jsonSchema2.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-kotlin2.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-mrbean2.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-no-ctor-deser2.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-osgi2.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-parameter-names2.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-paranamer2.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-scala_2.112.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-scala_2.122.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-scala_2.132.13.5jar2.18.2
com.fasterxml.jackson.modulejackson-module-scala_32.13.5jar2.18.2
com.github.ben-manes.caffeinecaffeine3.1.8jar
com.github.ben-manes.caffeineguava2.9.3jar3.1.8
com.github.ben-manes.caffeinejcache2.9.3jar3.1.8
com.github.ben-manes.caffeinesimulator2.9.3jar3.1.8
com.github.mxab.thymeleaf.extrasthymeleaf-extras-data-attribute2.0.1jar
com.github.spotbugsspotbugs-annotations4.8.6jar
com.github.wafflewaffle-jna3.5.1jar
com.github.wafflewaffle-spring-security53.5.1compilejar
com.github.wafflewaffle-tomcat93.5.1jar
com.google.appengineappengine-api-1.0-sdk1.9.98jar2.0.31
com.google.code.gsongson2.9.1jar2.11.0
com.graphql-javagraphql-java18.5jar18.7230521-nf-execution
com.h2databaseh22.1.214jar2.3.232
com.hazelcasthazelcast5.1.7jar5.5.0
com.hazelcasthazelcast-hibernate522.2.1jar
com.hazelcasthazelcast-hibernate532.2.1jar2.3.05.2.0
com.hazelcasthazelcast-spring5.1.7jar5.5.0
com.ibm.db2jcc11.5.9.0jar12.1.0.0
com.jayway.jsonpathjson-path2.7.0jar2.9.0
com.jayway.jsonpathjson-path-assert2.7.0jar2.9.0
com.microsoft.sqlservermssql-jdbc10.2.3.jre8jar10.2.3.jre1712.9.0.jre11-preview
com.mysqlmysql-connector-j8.0.33jar8.4.09.1.0
com.oracle.database.haons21.5.0.0jar21.16.0.023.6.0.24.10
com.oracle.database.hasimplefan21.5.0.0jar21.16.0.023.6.0.24.10
com.oracle.database.jdbcojdbc1121.5.0.0jar21.16.0.023.6.0.24.10
com.oracle.database.jdbcojdbc11-production21.5.0.0pom21.16.0.023.6.0.24.10
com.oracle.database.jdbcojdbc821.5.0.0jar21.16.0.023.6.0.24.10
com.oracle.database.jdbcojdbc8-production21.5.0.0pom21.16.0.023.6.0.24.10
com.oracle.database.jdbcrsi21.5.0.0jar21.16.0.023.6.0.24.10
com.oracle.database.jdbcucp21.5.0.0jar21.16.0.023.6.0.24.10
com.oracle.database.jdbcucp1121.5.0.0jar21.16.0.023.6.0.24.10
com.oracle.database.jdbc.debugojdbc11-debug21.5.0.0pom21.16.0.0
com.oracle.database.jdbc.debugojdbc11-observability-debug21.5.0.0pom21.16.0.0
com.oracle.database.jdbc.debugojdbc11_g21.5.0.0jar21.16.0.0
com.oracle.database.jdbc.debugojdbc11dms_g21.5.0.0jar21.16.0.0
com.oracle.database.jdbc.debugojdbc8-debug21.5.0.0pom21.16.0.0
com.oracle.database.jdbc.debugojdbc8-observability-debug21.5.0.0pom21.16.0.0
com.oracle.database.jdbc.debugojdbc8_g21.5.0.0jar21.16.0.0
com.oracle.database.jdbc.debugojdbc8dms_g21.5.0.0jar21.16.0.0
com.oracle.database.nlsorai18n21.5.0.0jar21.16.0.023.6.0.24.10
com.oracle.database.observabilitydms21.5.0.0jar21.16.0.023.3.0.23.09
com.oracle.database.observabilityojdbc11-observability21.5.0.0pom21.16.0.0
com.oracle.database.observabilityojdbc11dms21.5.0.0jar21.16.0.0
com.oracle.database.observabilityojdbc8-observability21.5.0.0pom21.16.0.0
com.oracle.database.observabilityojdbc8dms21.5.0.0jar21.16.0.0
com.oracle.database.r2dbcoracle-r2dbc0.4.0jar1.3.0
com.oracle.database.securityoraclepki21.5.0.0jar21.16.0.023.6.0.24.10
com.oracle.database.securityosdt_cert21.5.0.0jar21.16.0.0
com.oracle.database.securityosdt_core21.5.0.0jar21.16.0.0
com.oracle.database.xmlxdb21.5.0.0jar21.16.0.023.6.0.24.10
com.oracle.database.xmlxmlparserv221.5.0.0jar21.16.0.023.6.0.24.10
com.querydslquerydsl-apt5.0.0jar5.1.0
com.querydslquerydsl-codegen5.0.0jar5.1.0
com.querydslquerydsl-codegen-utils5.0.0jar
com.querydslquerydsl-collections5.0.0jar5.1.0
com.querydslquerydsl-core5.0.0jar5.1.0
com.querydslquerydsl-guava5.0.0jar5.1.0
com.querydslquerydsl-hibernate-search5.0.0jar5.1.0
com.querydslquerydsl-jdo5.0.0jar5.1.0
com.querydslquerydsl-jpa5.0.0jar5.1.0
com.querydslquerydsl-jpa-codegen5.0.0jar5.1.0
com.querydslquerydsl-kotlin5.0.0jar5.1.0
com.querydslquerydsl-kotlin-codegen5.0.0jar5.1.0
com.querydslquerydsl-lucene35.0.0jar5.1.0
com.querydslquerydsl-lucene45.0.0jar5.1.0
com.querydslquerydsl-lucene55.0.0jar5.1.0
com.querydslquerydsl-mongodb5.0.0jar5.1.0
com.querydslquerydsl-scala5.0.0jar5.1.0
com.querydslquerydsl-spatial5.0.0jar5.1.0
com.querydslquerydsl-sql5.0.0jar5.1.0
com.querydslquerydsl-sql-codegen5.0.0jar5.1.0
com.querydslquerydsl-sql-spatial5.0.0jar5.1.0
com.querydslquerydsl-sql-spring5.0.0jar5.1.0
com.rabbitmqamqp-client5.14.3jar5.24.0
com.rabbitmqstream-client0.5.0jar0.21.0
com.samskivertjmustache1.15jar1.16
com.sendgridsendgrid-java4.9.3jar4.10.35.0.0-rc.1
com.squareup.okhttp3logging-interceptor4.9.3jar4.12.05.0.0-alpha.14
com.squareup.okhttp3mockwebserver4.9.3jar4.12.05.0.0-alpha.14
com.squareup.okhttp3okcurl4.9.3jar4.12.05.0.0-alpha.14
com.squareup.okhttp3okhttp4.9.3jar4.12.05.0.0-alpha.14
com.squareup.okhttp3okhttp-brotli4.9.3jar4.12.05.0.0-alpha.14
com.squareup.okhttp3okhttp-dnsoverhttps4.9.3jar4.12.05.0.0-alpha.14
com.squareup.okhttp3okhttp-sse4.9.3jar4.12.05.0.0-alpha.14
com.squareup.okhttp3okhttp-tls4.9.3jar4.12.05.0.0-alpha.14
com.squareup.okhttp3okhttp-urlconnection4.9.3jar4.12.05.0.0-alpha.14
com.sun.activationjakarta.activation1.2.2jar2.0.1
com.sun.mailjakarta.mail1.6.7jar2.0.1
com.sun.xml.messaging.saajsaaj-impl1.5.3jar3.0.4
com.unboundidunboundid-ldapsdk6.0.10jar6.0.117.0.2
com.zaxxerHikariCP4.0.3jar6.2.1
commons-codeccommons-codec1.15jar1.17.1
commons-poolcommons-pool1.6jar
de.flapdoodle.embedde.flapdoodle.embed.mongo3.4.11jar3.5.44.18.1
io.dropwizard.metricsmetrics-annotation4.2.22jar4.2.29
io.dropwizard.metricsmetrics-caffeine4.2.22jar4.2.29
io.dropwizard.metricsmetrics-caffeine34.2.22jar4.2.29
io.dropwizard.metricsmetrics-collectd4.2.22jar4.2.29
io.dropwizard.metricsmetrics-core4.2.22jar4.2.29
io.dropwizard.metricsmetrics-ehcache4.2.22jar4.2.29
io.dropwizard.metricsmetrics-graphite4.2.22jar4.2.29
io.dropwizard.metricsmetrics-healthchecks4.2.22jar4.2.29
io.dropwizard.metricsmetrics-httpasyncclient4.2.22jar4.2.29
io.dropwizard.metricsmetrics-httpclient4.2.22jar4.2.29
io.dropwizard.metricsmetrics-httpclient54.2.22jar4.2.29
io.dropwizard.metricsmetrics-jakarta-servlet4.2.22jar4.2.29
io.dropwizard.metricsmetrics-jakarta-servlet64.2.22jar4.2.29
io.dropwizard.metricsmetrics-jakarta-servlets4.2.22jar4.2.29
io.dropwizard.metricsmetrics-jcache4.2.22jar4.2.29
io.dropwizard.metricsmetrics-jdbi4.2.22jar4.2.29
io.dropwizard.metricsmetrics-jdbi34.2.22jar4.2.29
io.dropwizard.metricsmetrics-jersey24.2.22jar4.2.29
io.dropwizard.metricsmetrics-jersey34.2.22jar4.2.29
io.dropwizard.metricsmetrics-jersey314.2.22jar4.2.29
io.dropwizard.metricsmetrics-jetty104.2.22jar4.2.29
io.dropwizard.metricsmetrics-jetty114.2.22jar4.2.29
io.dropwizard.metricsmetrics-jetty124.2.22jar4.2.29
io.dropwizard.metricsmetrics-jetty12-ee104.2.22jar4.2.29
io.dropwizard.metricsmetrics-jetty94.2.22jar4.2.29
io.dropwizard.metricsmetrics-jmx4.2.22jar4.2.29
io.dropwizard.metricsmetrics-json4.2.22jar4.2.29
io.dropwizard.metricsmetrics-jvm4.2.22jar4.2.29
io.dropwizard.metricsmetrics-log4j24.2.22jar4.2.29
io.dropwizard.metricsmetrics-logback4.2.22jar4.2.29
io.dropwizard.metricsmetrics-logback134.2.22jar4.2.29
io.dropwizard.metricsmetrics-logback144.2.22jar4.2.29
io.dropwizard.metricsmetrics-servlet4.2.22jar4.2.29
io.dropwizard.metricsmetrics-servlets4.2.22jar4.2.29
io.lettucelettuce-core6.1.10.RELEASEjar6.6.0.BETA2
io.micrometermicrometer-core1.9.17jar1.14.2
io.micrometermicrometer-registry-appoptics1.9.17jar1.14.2
io.micrometermicrometer-registry-atlas1.9.17jar1.14.2
io.micrometermicrometer-registry-azure-monitor1.9.17jar1.14.2
io.micrometermicrometer-registry-cloudwatch1.9.17jar1.12.13
io.micrometermicrometer-registry-cloudwatch21.9.17jar1.14.2
io.micrometermicrometer-registry-datadog1.9.17jar1.14.2
io.micrometermicrometer-registry-dynatrace1.9.17jar1.14.2
io.micrometermicrometer-registry-elastic1.9.17jar1.14.2
io.micrometermicrometer-registry-ganglia1.9.17jar1.14.2
io.micrometermicrometer-registry-graphite1.9.17jar1.14.2
io.micrometermicrometer-registry-health1.9.17jar1.14.2
io.micrometermicrometer-registry-humio1.9.17jar1.14.2
io.micrometermicrometer-registry-influx1.9.17jar1.14.2
io.micrometermicrometer-registry-jmx1.9.17jar1.14.2
io.micrometermicrometer-registry-kairos1.9.17jar1.14.2
io.micrometermicrometer-registry-new-relic1.9.17jar1.14.2
io.micrometermicrometer-registry-opentsdb1.9.17jar1.14.2
io.micrometermicrometer-registry-otlp1.9.17jar1.14.2
io.micrometermicrometer-registry-prometheus1.9.17jar1.14.2
io.micrometermicrometer-registry-signalfx1.9.17jar1.14.2
io.micrometermicrometer-registry-stackdriver1.9.17jar1.14.2
io.micrometermicrometer-registry-statsd1.9.17jar1.14.2
io.micrometermicrometer-registry-wavefront1.9.17jar1.14.2
io.micrometermicrometer-test1.9.17jar1.14.2
io.nettynetty-all4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-buffer4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-codec4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-codec-dns4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-codec-haproxy4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-codec-http4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-codec-http24.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-codec-memcache4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-codec-mqtt4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-codec-redis4.1.101.Finaljar4.1.116.Final4.2.0.RC1
io.nettynetty-codec-smtp4.1.101.Finaljar4.1.116.Final4.2.0.RC1
io.nettynetty-codec-socks4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-codec-stomp4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-codec-xml4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-common4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-dev-tools4.1.101.Finaljar4.1.116.Final4.2.0.RC1
io.nettynetty-example4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-handler4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-handler-proxy4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-handler-ssl-ocsp4.1.101.Finaljar4.1.116.Final4.2.0.RC1
io.nettynetty-resolver4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-resolver-dns4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-resolver-dns-classes-macos4.1.101.Finaljar4.1.116.Final4.2.0.RC1
io.nettynetty-resolver-dns-native-macos4.1.101.Finaljar4.1.116.Final4.2.0.RC1
io.nettynetty-tcnative2.0.61.Finallinux-x86_64jar2.0.69.Final
io.nettynetty-tcnative-boringssl-static2.0.61.Finaljar2.0.69.Final
io.nettynetty-tcnative-classes2.0.61.Finaljar2.0.69.Final
io.nettynetty-transport4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-transport-classes-epoll4.1.101.Finaljar4.1.116.Final4.2.0.RC1
io.nettynetty-transport-classes-kqueue4.1.101.Finaljar4.1.116.Final4.2.0.RC1
io.nettynetty-transport-native-epoll4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-transport-native-kqueue4.1.101.Finaljar4.1.116.Final4.2.0.RC1
io.nettynetty-transport-native-unix-common4.1.101.Finaljar4.1.116.Final4.2.0.RC1
io.nettynetty-transport-rxtx4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-transport-sctp4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.nettynetty-transport-udt4.1.101.Finaljar4.1.116.Final4.2.0.RC15.0.0.Alpha2
io.projectreactorreactor-core3.4.34jar3.4.413.7.1
io.projectreactorreactor-test3.4.34jar3.4.413.7.1
io.projectreactorreactor-tools3.4.34jar3.4.413.7.1
io.projectreactor.addonsreactor-adapter3.4.10jar3.4.113.5.2
io.projectreactor.addonsreactor-extra3.4.10jar3.4.113.5.2
io.projectreactor.addonsreactor-pool0.2.12jar0.2.131.1.0
io.projectreactor.kafkareactor-kafka1.3.22jar
io.projectreactor.kotlinreactor-kotlin-extensions1.1.10jar1.1.111.2.3
io.projectreactor.nettyreactor-netty1.0.39jar1.0.481.2.1
io.projectreactor.nettyreactor-netty-core1.0.39jar1.0.481.2.1
io.projectreactor.nettyreactor-netty-http1.0.39jar1.0.481.2.1
io.projectreactor.nettyreactor-netty-http-brave1.0.39jar1.0.481.2.1
io.projectreactor.rabbitmqreactor-rabbitmq1.5.6jar
io.prometheussimpleclient0.15.0jar0.16.0
io.prometheussimpleclient_caffeine0.15.0jar0.16.0
io.prometheussimpleclient_common0.15.0jar0.16.0
io.prometheussimpleclient_dropwizard0.15.0jar0.16.0
io.prometheussimpleclient_graphite_bridge0.15.0jar0.16.0
io.prometheussimpleclient_guava0.15.0jar0.16.0
io.prometheussimpleclient_hibernate0.15.0jar0.16.0
io.prometheussimpleclient_hotspot0.15.0jar0.16.0
io.prometheussimpleclient_httpserver0.15.0jar0.16.0
io.prometheussimpleclient_jetty0.15.0jar0.16.0
io.prometheussimpleclient_jetty_jdk80.15.0jar0.16.0
io.prometheussimpleclient_log4j0.15.0jar0.16.0
io.prometheussimpleclient_log4j20.15.0jar0.16.0
io.prometheussimpleclient_logback0.15.0jar0.16.0
io.prometheussimpleclient_pushgateway0.15.0jar0.16.0
io.prometheussimpleclient_servlet0.15.0jar0.16.0
io.prometheussimpleclient_servlet_jakarta0.15.0jar0.16.0
io.prometheussimpleclient_spring_boot0.15.0jar0.16.0
io.prometheussimpleclient_spring_web0.15.0jar0.16.0
io.prometheussimpleclient_tracer_otel0.15.0jar0.16.0
io.prometheussimpleclient_tracer_otel_agent0.15.0jar0.16.0
io.prometheussimpleclient_vertx0.15.0jar0.16.0
io.r2dbcr2dbc-h20.9.1.RELEASEjar1.0.0.RELEASE
io.r2dbcr2dbc-mssql0.9.0.RELEASEjar1.0.2.RELEASE
io.r2dbcr2dbc-pool0.9.2.RELEASEjar1.0.2.RELEASE
io.r2dbcr2dbc-proxy0.9.1.RELEASEjar1.1.5.RELEASE
io.r2dbcr2dbc-spi0.9.1.RELEASEjar1.0.0.RELEASE
io.reactivexrxjava1.3.8jar
io.reactivexrxjava-reactive-streams1.2.1jar
io.reactivex.rxjava2rxjava2.2.21jar
io.rest-assuredjson-path4.5.1jar5.5.0
io.rest-assuredjson-schema-validator4.5.1jar5.5.0
io.rest-assuredkotlin-extensions4.5.1jar5.5.0
io.rest-assuredrest-assured4.5.1jar5.5.0
io.rest-assuredrest-assured-all4.5.1jar5.5.0
io.rest-assuredrest-assured-common4.5.1jar5.5.0
io.rest-assuredscala-support4.5.1jar5.5.0
io.rest-assuredspring-commons4.5.1jar5.5.0
io.rest-assuredspring-mock-mvc4.5.1jar5.5.0
io.rest-assuredspring-mock-mvc-kotlin-extensions4.5.1jar5.5.0
io.rest-assuredspring-web-test-client4.5.1jar5.5.0
io.rest-assuredxml-path4.5.1jar5.5.0
io.rest-assured.exampleskotlin-example4.5.1jar
io.rest-assured.examplesrest-assured-itest-java4.5.1jar
io.rest-assured.examplesscala-example4.5.1jar
io.rest-assured.examplesscala-mock-mvc-example4.5.1jar
io.rest-assured.examplesscalatra-example4.5.1jar
io.rest-assured.examplesscalatra-webapp4.5.1war
io.rest-assured.examplesspring-mvc-webapp4.5.1war
io.rsocketrsocket-core1.1.3jar1.1.4
io.rsocketrsocket-load-balancer1.1.3jar1.1.4
io.rsocketrsocket-micrometer1.1.3jar1.1.4
io.rsocketrsocket-test1.1.3jar1.1.4
io.rsocketrsocket-transport-local1.1.3jar1.1.4
io.rsocketrsocket-transport-netty1.1.3jar1.1.4
io.spring.gradledependency-management-plugin1.0.15.RELEASEjar1.1.7
io.undertowundertow-core2.2.28.Finaljar2.2.37.Final2.3.18.Final
io.undertowundertow-servlet2.2.28.Finaljar2.2.37.Final2.3.18.Final
io.undertowundertow-websockets-jsr2.2.28.Finaljar2.2.37.Final2.3.18.Final
jakarta.activationjakarta.activation-api1.2.2jar2.1.3
jakarta.annotationjakarta.annotation-api1.3.5jar3.0.0
jakarta.jmsjakarta.jms-api2.0.3jar3.1.0
jakarta.jsonjakarta.json-api1.1.6jar2.1.3
jakarta.json.bindjakarta.json.bind-api1.0.2jar3.0.1
jakarta.mailjakarta.mail-api1.6.7jar2.1.3
jakarta.management.j2eejakarta.management.j2ee-api1.1.4jar
jakarta.persistencejakarta.persistence-api2.2.3jar3.2.0
jakarta.servletjakarta.servlet-api4.0.4jar6.1.0
jakarta.servlet.jsp.jstljakarta.servlet.jsp.jstl-api1.2.7jar3.0.2
jakarta.transactionjakarta.transaction-api1.3.3jar2.0.1
jakarta.validationjakarta.validation-api2.0.2jar3.1.0
jakarta.websocketjakarta.websocket-api1.1.2jar2.2.0
jakarta.ws.rsjakarta.ws.rs-api2.1.6jar4.0.0
jakarta.xml.bindjakarta.xml.bind-api2.3.3jar4.0.2
jakarta.xml.soapjakarta.xml.soap-api1.4.2jar3.0.2
jakarta.xml.wsjakarta.xml.ws-api2.3.3jar4.0.2
javax.activationjavax.activation-api1.2.0jar
javax.annotationjavax.annotation-api1.3.2jar
javax.cachecache-api1.1.1jar
javax.jmsjavax.jms-api2.0.1jar
javax.jsonjavax.json-api1.1.4jar
javax.json.bindjavax.json.bind-api1.0jar
javax.mailjavax.mail-api1.6.2jar
javax.moneymoney-api1.1jar
javax.persistencejavax.persistence-api2.2jar
javax.servletjavax.servlet-api4.0.1jar
javax.servletjstl1.2jar
javax.transactionjavax.transaction-api1.3jar
javax.validationvalidation-api2.0.1.Finaljar
javax.websocketjavax.websocket-api1.1jar
javax.xml.bindjaxb-api2.3.1jar2.4.0-b180830.0359
javax.xml.wsjaxws-api2.3.1jar
jaxenjaxen1.2.0jar2.0.0
junitjunit4.13.2jar
net.bytebuddybyte-buddy1.12.23jar1.15.11
net.bytebuddybyte-buddy-agent1.12.23jar1.15.11
net.java.dev.jnajna5.16.0jar
net.java.dev.jnajna-platform5.16.0jar
net.minidevjson-smart2.4.11jar2.5.1
net.sf.ehcacheehcache2.10.9.2jar
net.sourceforge.htmlunithtmlunit2.60.0jar2.70.0
net.sourceforge.jtdsjtds1.3.1jar
net.sourceforge.nekohtmlnekohtml1.9.22jar
nz.net.ultraq.thymeleafthymeleaf-layout-dialect3.0.0jar3.3.0
org.apache.activemqactivemq-amqp5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-blueprint5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-broker5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-camel5.16.7jar
org.apache.activemqactivemq-client5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-console5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-http5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-jaas5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-jdbc-store5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-jms-pool5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-kahadb-store5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-karaf5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-leveldb-store5.16.7jar
org.apache.activemqactivemq-log4j-appender5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-mqtt5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-openwire-generator5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-openwire-legacy5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-osgi5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-partition5.16.7jar5.18.6
org.apache.activemqactivemq-pool5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-ra5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-run5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-runtime-config5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-shiro5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-spring5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-stomp5.16.7jar5.18.66.1.4
org.apache.activemqactivemq-web5.16.7jar5.18.66.1.4
org.apache.activemqartemis-amqp-protocol2.19.1jar2.39.0
org.apache.activemqartemis-commons2.19.1jar2.39.0
org.apache.activemqartemis-core-client2.19.1jar2.39.0
org.apache.activemqartemis-jdbc-store2.19.1jar2.39.0
org.apache.activemqartemis-jms-client2.19.1jar2.39.0
org.apache.activemqartemis-jms-server2.19.1jar2.39.0
org.apache.activemqartemis-journal2.19.1jar2.39.0
org.apache.activemqartemis-quorum-api2.19.1jar2.32.0
org.apache.activemqartemis-selector2.19.1jar2.39.0
org.apache.activemqartemis-server2.19.1jar2.39.0
org.apache.activemqartemis-service-extensions2.19.1jar2.39.0
org.apache.commonscommons-dbcp22.9.0jar2.13.0
org.apache.commonscommons-lang33.12.0jar3.17.0
org.apache.commonscommons-pool22.11.1jar2.12.0
org.apache.derbyderby10.14.2.0jar10.17.1.0
org.apache.derbyderbyclient10.14.2.0jar10.17.1.0
org.apache.derbyderbynet10.14.2.0jar10.17.1.0
org.apache.derbyderbyoptionaltools10.14.2.0jar10.17.1.0
org.apache.derbyderbytools10.14.2.0jar10.17.1.0
org.apache.httpcomponentsfluent-hc4.5.14jar
org.apache.httpcomponentshttpasyncclient4.1.5jar
org.apache.httpcomponentshttpclient4.5.14jar
org.apache.httpcomponentshttpclient-cache4.5.14jar
org.apache.httpcomponentshttpclient-osgi4.5.14jar
org.apache.httpcomponentshttpclient-win4.5.14jar
org.apache.httpcomponentshttpcore4.4.16jar
org.apache.httpcomponentshttpcore-nio4.4.16jar
org.apache.httpcomponentshttpmime4.5.14jar
org.apache.httpcomponents.client5httpclient55.1.4jar5.4.1
org.apache.httpcomponents.client5httpclient5-cache5.1.4jar5.4.1
org.apache.httpcomponents.client5httpclient5-fluent5.1.4jar5.4.1
org.apache.httpcomponents.client5httpclient5-win5.1.4jar5.2.3
org.apache.httpcomponents.core5httpcore55.1.5jar5.3.1
org.apache.httpcomponents.core5httpcore5-h25.1.5jar5.3.1
org.apache.httpcomponents.core5httpcore5-reactive5.1.5jar5.3.1
org.apache.johnzonjohnzon-core1.2.21jar2.0.1
org.apache.johnzonjohnzon-jaxrs1.2.21jar2.0.1
org.apache.johnzonjohnzon-jsonb1.2.21jar2.0.1
org.apache.johnzonjohnzon-jsonb-extras1.2.21jar2.0.1
org.apache.johnzonjohnzon-jsonschema1.2.21jar2.0.1
org.apache.johnzonjohnzon-mapper1.2.21jar2.0.1
org.apache.johnzonjohnzon-websocket1.2.21jar2.0.1
org.apache.kafkaconnect3.1.2jar3.9.0
org.apache.kafkaconnect-api3.1.2jar3.9.0
org.apache.kafkaconnect-basic-auth-extension3.1.2jar3.9.0
org.apache.kafkaconnect-file3.1.2jar3.9.0
org.apache.kafkaconnect-json3.1.2jar3.9.0
org.apache.kafkaconnect-mirror3.1.2jar3.9.0
org.apache.kafkaconnect-mirror-client3.1.2jar3.9.0
org.apache.kafkaconnect-runtime3.1.2jar3.9.0
org.apache.kafkaconnect-transforms3.1.2jar3.9.0
org.apache.kafkagenerator3.1.2jar3.9.0
org.apache.kafkakafka-clients3.1.2jar3.9.0
org.apache.kafkakafka-log4j-appender3.1.2jar3.9.0
org.apache.kafkakafka-metadata3.1.2jar3.9.0
org.apache.kafkakafka-raft3.1.2jar3.9.0
org.apache.kafkakafka-server-common3.1.2jar3.9.0
org.apache.kafkakafka-shell3.1.2jar3.9.0
org.apache.kafkakafka-storage3.1.2jar3.9.0
org.apache.kafkakafka-storage-api3.1.2jar3.9.0
org.apache.kafkakafka-streams3.1.2jar3.9.0
org.apache.kafkakafka-streams-scala_2.123.1.2jar3.9.0
org.apache.kafkakafka-streams-scala_2.133.1.2jar3.9.0
org.apache.kafkakafka-streams-test-utils3.1.2jar3.9.0
org.apache.kafkakafka-tools3.1.2jar3.9.0
org.apache.kafkakafka_2.123.1.2jar3.9.0
org.apache.kafkakafka_2.133.1.2jar3.9.0
org.apache.kafkatrogdor3.1.2jar3.9.0
org.apache.logginglogging-parent11.0.0pom11.3.0
org.apache.logging.log4jlog4j-1.2-api2.24.3jar3.0.0-beta2
org.apache.logging.log4jlog4j-api2.24.3jar3.0.0-beta2
org.apache.logging.log4jlog4j-api-test2.24.3jar3.0.0-beta2
org.apache.logging.log4jlog4j-appserver2.24.3jar3.0.0-beta1
org.apache.logging.log4jlog4j-cassandra2.24.3jar3.0.0-alpha1
org.apache.logging.log4jlog4j-core2.24.3jar3.0.0-beta3
org.apache.logging.log4jlog4j-core-test2.24.3jar3.0.0-beta3
org.apache.logging.log4jlog4j-couchdb2.24.3jar3.0.0-alpha1
org.apache.logging.log4jlog4j-docker2.24.3jar3.0.0-beta3
org.apache.logging.log4jlog4j-flume-ng2.23.1jar3.0.0-beta2
org.apache.logging.log4jlog4j-iostreams2.24.3jar3.0.0-beta2
org.apache.logging.log4jlog4j-jakarta-smtp2.24.3jar3.0.0-alpha1
org.apache.logging.log4jlog4j-jakarta-web2.24.3jar3.0.0-alpha1
org.apache.logging.log4jlog4j-jcl2.24.3jar3.0.0-beta1
org.apache.logging.log4jlog4j-jmx-gui2.17.2jar2.22.03.0.0-alpha1
org.apache.logging.log4jlog4j-jpa2.24.3jar3.0.0-alpha1
org.apache.logging.log4jlog4j-jpl2.24.3jar3.0.0-beta2
org.apache.logging.log4jlog4j-jul2.24.3jar3.0.0-beta3
org.apache.logging.log4jlog4j-kubernetes2.17.2jar2.23.13.0.0-beta2
org.apache.logging.log4jlog4j-layout-template-json2.24.3jar3.0.0-beta3
org.apache.logging.log4jlog4j-liquibase2.17.2jar2.19.03.0.0-alpha1
org.apache.logging.log4jlog4j-mongodb2.24.3jar3.0.0-beta3
org.apache.logging.log4jlog4j-mongodb32.17.2jar2.23.13.0.0-alpha1
org.apache.logging.log4jlog4j-mongodb42.24.3jar3.0.0-beta2
org.apache.logging.log4jlog4j-slf4j-impl2.24.3jar3.0.0-beta2
org.apache.logging.log4jlog4j-slf4j18-impl2.17.2jar2.18.0
org.apache.logging.log4jlog4j-slf4j2-impl2.24.3jar3.0.0-beta2
org.apache.logging.log4jlog4j-spring-boot2.24.3jar3.0.0-alpha1
org.apache.logging.log4jlog4j-spring-cloud-config-client2.24.3jar3.0.0-beta3
org.apache.logging.log4jlog4j-taglib2.24.3jar3.0.0-alpha1
org.apache.logging.log4jlog4j-to-jul2.24.3jar3.0.0-beta2
org.apache.logging.log4jlog4j-to-slf4j2.24.3jar3.0.0-beta2
org.apache.logging.log4jlog4j-web2.24.3jar3.0.0-alpha1
org.apache.maven.plugin-toolsmaven-plugin-annotations3.13.1jar3.15.14.0.0-beta-1
org.apache.solrsolr-analysis-extras8.11.2jar8.11.49.7.0
org.apache.solrsolr-analytics8.11.2jar8.11.49.7.0
org.apache.solrsolr-cell8.11.2jar8.11.4
org.apache.solrsolr-core8.11.2jar8.11.49.7.0
org.apache.solrsolr-dataimporthandler8.11.2jar8.11.4
org.apache.solrsolr-dataimporthandler-extras8.11.2jar8.11.4
org.apache.solrsolr-gcs-repository8.11.2jar8.11.49.7.0
org.apache.solrsolr-jaegertracer-configurator8.11.2jar8.11.49.7.0
org.apache.solrsolr-langid8.11.2jar8.11.49.7.0
org.apache.solrsolr-ltr8.11.2jar8.11.49.7.0
org.apache.solrsolr-prometheus-exporter8.11.2jar8.11.49.7.0
org.apache.solrsolr-s3-repository8.11.2jar8.11.49.7.0
org.apache.solrsolr-solrj8.11.2jar8.11.49.7.0
org.apache.solrsolr-test-framework8.11.2jar8.11.49.7.0
org.apache.solrsolr-velocity8.11.2jar8.11.4
org.apache.tomcattomcat-annotations-api9.0.83jar9.0.9811.0.2
org.apache.tomcattomcat-jdbc9.0.83jar9.0.9811.0.2
org.apache.tomcattomcat-jsp-api9.0.83jar9.0.9811.0.2
org.apache.tomcat.embedtomcat-embed-core9.0.83jar9.0.9811.0.2
org.apache.tomcat.embedtomcat-embed-el9.0.83jar9.0.9811.0.2
org.apache.tomcat.embedtomcat-embed-jasper9.0.83jar9.0.9811.0.2
org.apache.tomcat.embedtomcat-embed-websocket9.0.83jar9.0.9811.0.2
org.aspectjaspectjrt1.9.7jar1.9.22.1
org.aspectjaspectjtools1.9.7jar1.9.22.1
org.aspectjaspectjweaver1.9.7jar1.9.22.1
org.assertjassertj-core3.22.0jar3.27.0
org.awaitilityawaitility4.2.0jar4.2.2
org.awaitilityawaitility-groovy4.2.0jar4.2.2
org.awaitilityawaitility-kotlin4.2.0jar4.2.2
org.awaitilityawaitility-scala4.2.0jar4.2.2
org.cache2kcache2k-api2.6.1.Finaljar
org.cache2kcache2k-config2.6.1.Finaljar
org.cache2kcache2k-core2.6.1.Finaljar
org.cache2kcache2k-jcache2.6.1.Finaljar
org.cache2kcache2k-micrometer2.6.1.Finaljar
org.cache2kcache2k-spring2.6.1.Finaljar
org.codehaus.groovygroovy3.0.19jar3.0.23
org.codehaus.groovygroovy-ant3.0.19jar3.0.23
org.codehaus.groovygroovy-astbuilder3.0.19jar3.0.23
org.codehaus.groovygroovy-bsf3.0.19jar3.0.23
org.codehaus.groovygroovy-cli-commons3.0.19jar3.0.23
org.codehaus.groovygroovy-cli-picocli3.0.19jar3.0.23
org.codehaus.groovygroovy-console3.0.19jar3.0.23
org.codehaus.groovygroovy-datetime3.0.19jar3.0.23
org.codehaus.groovygroovy-dateutil3.0.19jar3.0.23
org.codehaus.groovygroovy-docgenerator3.0.19jar3.0.23
org.codehaus.groovygroovy-groovydoc3.0.19jar3.0.23
org.codehaus.groovygroovy-groovysh3.0.19jar3.0.23
org.codehaus.groovygroovy-jaxb3.0.19jar3.0.23
org.codehaus.groovygroovy-jmx3.0.19jar3.0.23
org.codehaus.groovygroovy-json3.0.19jar3.0.23
org.codehaus.groovygroovy-jsr2233.0.19jar3.0.23
org.codehaus.groovygroovy-macro3.0.19jar3.0.23
org.codehaus.groovygroovy-nio3.0.19jar3.0.23
org.codehaus.groovygroovy-servlet3.0.19jar3.0.23
org.codehaus.groovygroovy-sql3.0.19jar3.0.23
org.codehaus.groovygroovy-swing3.0.19jar3.0.23
org.codehaus.groovygroovy-templates3.0.19jar3.0.23
org.codehaus.groovygroovy-test3.0.19jar3.0.23
org.codehaus.groovygroovy-test-junit53.0.19jar3.0.23
org.codehaus.groovygroovy-testng3.0.19jar3.0.23
org.codehaus.groovygroovy-xml3.0.19jar3.0.23
org.codehaus.groovygroovy-yaml3.0.19jar3.0.23
org.codehaus.janinocommons-compiler3.1.10jar3.1.12
org.codehaus.janinocommons-compiler-jdk3.1.10jar3.1.12
org.codehaus.janinojanino3.1.10jar3.1.12
org.eclipse.jettyapache-jsp9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jettyapache-jstl9.4.53.v20231009jar9.4.56.v2024082611.0.0
org.eclipse.jettyinfinispan-common9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jettyinfinispan-embedded-query9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jettyinfinispan-remote-query9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jettyjetty-alpn-client9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-alpn-conscrypt-client9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-alpn-conscrypt-server9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-alpn-java-client9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-alpn-java-server9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-alpn-openjdk8-client9.4.53.v20231009jar9.4.56.v20240826
org.eclipse.jettyjetty-alpn-openjdk8-server9.4.53.v20231009jar9.4.56.v20240826
org.eclipse.jettyjetty-alpn-server9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-annotations9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jettyjetty-ant9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jettyjetty-client9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-continuation9.4.53.v20231009jar9.4.56.v20240826
org.eclipse.jettyjetty-deploy9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-distribution9.4.53.v20231009zip9.4.56.v2024082611.0.0.beta1
org.eclipse.jettyjetty-hazelcast9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-home9.4.53.v20231009zip9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-http9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-http-spi9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-io9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-jaas9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jettyjetty-jaspi9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jettyjetty-jmx9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-jndi9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-nosql9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-openid9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-plus9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-proxy9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-quickstart9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jettyjetty-reactive-httpclient1.1.15jar1.1.184.0.8
org.eclipse.jettyjetty-rewrite9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-security9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-server9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-servlet9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jettyjetty-servlets9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jettyjetty-spring9.4.53.v20231009jar9.4.56.v2024082611.0.0.beta3
org.eclipse.jettyjetty-unixsocket9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jettyjetty-util9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-util-ajax9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jettyjetty-webapp9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jettyjetty-xml9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jetty.fcgifcgi-client9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jetty.fcgifcgi-server9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jetty.gcloudjetty-gcloud-session-manager9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jetty.http2http2-client9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jetty.http2http2-common9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jetty.http2http2-hpack9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jetty.http2http2-http-client-transport9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jetty.http2http2-server9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jetty.memcachedjetty-memcached-sessions9.4.53.v20231009jar9.4.56.v2024082612.1.0.alpha1
org.eclipse.jetty.orbitjavax.servlet.jsp2.2.0.v201112011158jar
org.eclipse.jetty.osgijetty-httpservice9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jetty.osgijetty-osgi-boot9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jetty.osgijetty-osgi-boot-jsp9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jetty.osgijetty-osgi-boot-warurl9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.eclipse.jetty.websocketjavax-websocket-client-impl9.4.53.v20231009jar9.4.56.v20240826
org.eclipse.jetty.websocketjavax-websocket-server-impl9.4.53.v20231009jar9.4.56.v20240826
org.eclipse.jetty.websocketwebsocket-api9.4.53.v20231009jar9.4.56.v20240826
org.eclipse.jetty.websocketwebsocket-client9.4.53.v20231009jar9.4.56.v20240826
org.eclipse.jetty.websocketwebsocket-common9.4.53.v20231009jar9.4.56.v20240826
org.eclipse.jetty.websocketwebsocket-server9.4.53.v20231009jar9.4.56.v20240826
org.eclipse.jetty.websocketwebsocket-servlet9.4.53.v20231009jar9.4.56.v2024082611.0.24
org.ehcacheehcache3.10.8jar
org.ehcacheehcache-clustered3.10.8jar
org.ehcacheehcache-transactions3.10.8jar
org.elasticsearchelasticsearch7.17.15jar7.17.268.17.0
org.elasticsearch.clientelasticsearch-rest-client7.17.15jar7.17.268.17.0
org.elasticsearch.clientelasticsearch-rest-client-sniffer7.17.15jar7.17.268.17.0
org.elasticsearch.clientelasticsearch-rest-high-level-client7.17.15jar7.17.268.0.0-alpha2
org.elasticsearch.clienttransport7.17.15jar7.17.26
org.elasticsearch.distribution.integ-test-zipelasticsearch7.17.15zip7.17.268.17.0
org.elasticsearch.plugintransport-netty4-client7.17.15jar7.17.26
org.firebirdsql.jdbcjaybird4.0.9.java8jar4.0.9.java114.0.10.java116.0.0
org.firebirdsql.jdbcjaybird-jdk184.0.9.java8jar4.0.10.java8
org.flywaydbflyway-core8.5.13jar11.1.0
org.flywaydbflyway-firebird8.5.13jar11.1.0
org.flywaydbflyway-mysql8.5.13jar11.1.0
org.flywaydbflyway-sqlserver8.5.13jar11.1.0
org.freemarkerfreemarker2.3.32jar2.3.34
org.glassfishjakarta.el3.0.4jar5.0.0-M1
org.glassfish.jaxbcodemodel2.3.9jar2.4.0-b180830.04384.0.5
org.glassfish.jaxbcodemodel-annotation-compiler2.3.9jar2.4.0-b180830.04384.0.5
org.glassfish.jaxbjaxb-jxc2.3.9jar2.4.0-b180830.04384.0.5
org.glassfish.jaxbjaxb-runtime2.3.9jar2.4.0-b180830.04384.0.5
org.glassfish.jaxbjaxb-xjc2.3.9jar2.4.0-b180830.04384.0.5
org.glassfish.jaxbtxw22.3.9jar2.4.0-b180830.04384.0.5
org.glassfish.jaxbtxwc22.3.9jar2.4.0-b180830.04384.0.5
org.glassfish.jaxbxsom2.3.9jar2.4.0-b180830.04384.0.5
org.glassfish.jersey.bundlesjaxrs-ri2.35jar2.463.1.9
org.glassfish.jersey.connectorsjersey-apache-connector2.35jar2.463.1.9
org.glassfish.jersey.connectorsjersey-grizzly-connector2.35jar2.464.0.0-M1
org.glassfish.jersey.connectorsjersey-helidon-connector2.35jar2.464.0.0-M1
org.glassfish.jersey.connectorsjersey-jdk-connector2.35jar2.464.0.0-M1
org.glassfish.jersey.connectorsjersey-jetty-connector2.35jar2.464.0.0-M1
org.glassfish.jersey.connectorsjersey-netty-connector2.35jar2.464.0.0-M1
org.glassfish.jersey.containersjersey-container-grizzly2-http2.35jar2.464.0.0-M1
org.glassfish.jersey.containersjersey-container-grizzly2-servlet2.35jar2.464.0.0-M1
org.glassfish.jersey.containersjersey-container-jdk-http2.35jar2.464.0.0-M1
org.glassfish.jersey.containersjersey-container-jetty-http2.35jar2.464.0.0-M1
org.glassfish.jersey.containersjersey-container-jetty-servlet2.35jar2.464.0.0-M1
org.glassfish.jersey.containersjersey-container-netty-http2.35jar2.464.0.0-M1
org.glassfish.jersey.containersjersey-container-servlet2.35jar2.464.0.0-M1
org.glassfish.jersey.containersjersey-container-servlet-core2.35jar2.464.0.0-M1
org.glassfish.jersey.containersjersey-container-simple-http2.35jar2.463.1.9
org.glassfish.jersey.containers.glassfishjersey-gf-ejb2.35jar2.464.0.0-M1
org.glassfish.jersey.corejersey-client2.35jar2.464.0.0-M1
org.glassfish.jersey.corejersey-common2.35jar2.464.0.0-M1
org.glassfish.jersey.corejersey-server2.35jar2.464.0.0-M1
org.glassfish.jersey.extjersey-bean-validation2.35jar2.464.0.0-M1
org.glassfish.jersey.extjersey-declarative-linking2.35jar2.464.0.0-M1
org.glassfish.jersey.extjersey-entity-filtering2.35jar2.464.0.0-M1
org.glassfish.jersey.extjersey-metainf-services2.35jar2.464.0.0-M1
org.glassfish.jersey.extjersey-mvc2.35jar2.464.0.0-M1
org.glassfish.jersey.extjersey-mvc-bean-validation2.35jar2.464.0.0-M1
org.glassfish.jersey.extjersey-mvc-freemarker2.35jar2.464.0.0-M1
org.glassfish.jersey.extjersey-mvc-jsp2.35jar2.464.0.0-M1
org.glassfish.jersey.extjersey-mvc-mustache2.35jar2.464.0.0-M1
org.glassfish.jersey.extjersey-proxy-client2.35jar2.464.0.0-M1
org.glassfish.jersey.extjersey-servlet-portability2.35jar2.463.0.0-M6
org.glassfish.jersey.extjersey-spring42.35jar2.463.0.0-M6
org.glassfish.jersey.extjersey-spring52.35jar2.463.0.0-M6
org.glassfish.jersey.extjersey-wadl-doclet2.35jar2.464.0.0-M1
org.glassfish.jersey.ext.cdijersey-cdi-rs-inject2.35jar2.464.0.0-M1
org.glassfish.jersey.ext.cdijersey-cdi1x2.35jar2.464.0.0-M1
org.glassfish.jersey.ext.cdijersey-cdi1x-ban-custom-hk2-binding2.35jar2.464.0.0-M1
org.glassfish.jersey.ext.cdijersey-cdi1x-servlet2.35jar2.464.0.0-M1
org.glassfish.jersey.ext.cdijersey-cdi1x-transaction2.35jar2.464.0.0-M1
org.glassfish.jersey.ext.cdijersey-cdi1x-validation2.35jar2.464.0.0-M1
org.glassfish.jersey.ext.cdijersey-weld2-se2.35jar2.464.0.0-M1
org.glassfish.jersey.ext.microprofilejersey-mp-config2.35jar2.464.0.0-M1
org.glassfish.jersey.ext.microprofilejersey-mp-rest-client2.35jar2.464.0.0-M1
org.glassfish.jersey.ext.rxjersey-rx-client-guava2.35jar2.464.0.0-M1
org.glassfish.jersey.ext.rxjersey-rx-client-rxjava2.35jar2.464.0.0-M1
org.glassfish.jersey.ext.rxjersey-rx-client-rxjava22.35jar2.464.0.0-M1
org.glassfish.jersey.injectjersey-cdi2-se2.35jar2.464.0.0-M1
org.glassfish.jersey.injectjersey-hk22.35jar2.464.0.0-M1
org.glassfish.jersey.mediajersey-media-jaxb2.35jar2.464.0.0-M1
org.glassfish.jersey.mediajersey-media-json-binding2.35jar2.464.0.0-M1
org.glassfish.jersey.mediajersey-media-json-jackson2.35jar2.464.0.0-M1
org.glassfish.jersey.mediajersey-media-json-jettison2.35jar2.464.0.0-M1
org.glassfish.jersey.mediajersey-media-json-processing2.35jar2.464.0.0-M1
org.glassfish.jersey.mediajersey-media-kryo2.35jar2.464.0.0-M1
org.glassfish.jersey.mediajersey-media-moxy2.35jar2.464.0.0-M1
org.glassfish.jersey.mediajersey-media-multipart2.35jar2.464.0.0-M1
org.glassfish.jersey.mediajersey-media-sse2.35jar2.464.0.0-M1
org.glassfish.jersey.securityoauth1-client2.35jar2.464.0.0-M1
org.glassfish.jersey.securityoauth1-server2.35jar2.464.0.0-M1
org.glassfish.jersey.securityoauth1-signature2.35jar2.464.0.0-M1
org.glassfish.jersey.securityoauth2-client2.35jar2.464.0.0-M1
org.glassfish.jersey.test-frameworkjersey-test-framework-core2.35jar2.464.0.0-M1
org.glassfish.jersey.test-frameworkjersey-test-framework-util2.35jar2.464.0.0-M1
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle2.35pom2.464.0.0-M1
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external2.35jar2.464.0.0-M1
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly22.35jar2.464.0.0-M1
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory2.35jar2.464.0.0-M1
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http2.35jar2.464.0.0-M1
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty2.35jar2.464.0.0-M1
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple2.35jar2.463.1.9
org.glassfish.webjakarta.servlet.jsp.jstl1.2.6jar3.0.1
org.hamcresthamcrest2.2jar3.0
org.hamcresthamcrest-core2.2jar3.0
org.hamcresthamcrest-library2.2jar3.0
org.hibernatehibernate-c3p05.6.15.Finaljar7.0.0.Beta3
org.hibernatehibernate-core5.6.15.Finaljar7.0.0.Beta3
org.hibernatehibernate-ehcache5.6.15.Finaljar6.0.0.Alpha7
org.hibernatehibernate-entitymanager5.6.15.Finaljar6.0.0.Alpha7
org.hibernatehibernate-envers5.6.15.Finaljar7.0.0.Beta3
org.hibernatehibernate-hikaricp5.6.15.Finaljar7.0.0.Beta3
org.hibernatehibernate-java85.6.15.Finaljar6.0.0.Alpha7
org.hibernatehibernate-jcache5.6.15.Finaljar7.0.0.Beta3
org.hibernatehibernate-jpamodelgen5.6.15.Finaljar6.6.4.Final
org.hibernatehibernate-micrometer5.6.15.Finaljar7.0.0.Beta3
org.hibernatehibernate-proxool5.6.15.Finaljar7.0.0.Beta2
org.hibernatehibernate-spatial5.6.15.Finaljar7.0.0.Beta3
org.hibernatehibernate-testing5.6.15.Finaljar7.0.0.Beta3
org.hibernatehibernate-vibur5.6.15.Finaljar7.0.0.Beta2
org.hibernate.validatorhibernate-validator6.2.5.Finaljar9.0.0.CR1
org.hibernate.validatorhibernate-validator-annotation-processor6.2.5.Finaljar9.0.0.CR1
org.hsqldbhsqldb2.5.2jar2.7.4
org.infinispaninfinispan-anchored-keys13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-api13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-cachestore-jdbc13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-cachestore-jpa13.0.20.Finaljar13.0.22.Final14.0.0.Dev02
org.infinispaninfinispan-cachestore-remote13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-cachestore-rocksdb13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-cachestore-sql13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-cdi-common13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-cdi-embedded13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-cdi-remote13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-checkstyle13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-cli-client13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-client-hotrod13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-client-rest13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-cloudevents-integration13.0.20.Finaljar13.0.22.Final15.0.0.Dev10
org.infinispaninfinispan-clustered-counter13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-clustered-lock13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-commons13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-commons-test13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-component-annotations13.0.20.Finalprovidedjar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-component-processor13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-console0.15.5.Finaljar15.1.4.Final
org.infinispaninfinispan-core13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-extended-statistics13.0.20.Finaljar13.0.22.Final14.0.33.Final
org.infinispaninfinispan-hibernate-cache-commons13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-hibernate-cache-spi13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-hibernate-cache-v5313.0.20.Finaljar13.0.22.Final14.0.0.Dev02
org.infinispaninfinispan-jboss-marshalling13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-jcache13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-jcache-commons13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-jcache-remote13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-key-value-store-client13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-marshaller-kryo13.0.20.Finaljar13.0.22.Final14.0.33.Final
org.infinispaninfinispan-marshaller-kryo-bundle13.0.20.Finaljar13.0.22.Final14.0.33.Final
org.infinispaninfinispan-marshaller-protostuff13.0.20.Finaljar13.0.22.Final14.0.33.Final
org.infinispaninfinispan-marshaller-protostuff-bundle13.0.20.Finaljar13.0.22.Final14.0.33.Final
org.infinispaninfinispan-multimap13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-objectfilter13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-query13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-query-core13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-query-dsl13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-remote-query-client13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-remote-query-server13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-scripting13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-server-core13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-server-hotrod13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-server-memcached13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-server-rest13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-server-router13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-server-runtime13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-server-testdriver-core13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-server-testdriver-junit413.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-server-testdriver-junit513.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-spring-boot-starter-embedded13.0.20.Finaljar13.0.22.Final14.0.33.Final
org.infinispaninfinispan-spring-boot-starter-remote13.0.20.Finaljar13.0.22.Final14.0.33.Final
org.infinispaninfinispan-spring5-common13.0.20.Finaljar13.0.22.Final14.0.33.Final
org.infinispaninfinispan-spring5-embedded13.0.20.Finaljar13.0.22.Final14.0.33.Final
org.infinispaninfinispan-spring5-remote13.0.20.Finaljar13.0.22.Final14.0.33.Final
org.infinispaninfinispan-tasks13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-tasks-api13.0.20.Finaljar13.0.22.Final15.1.3.Final
org.infinispaninfinispan-tools13.0.20.Finaljar15.1.3.Final
org.infinispan.protostreamprotostream4.4.4.Finaljar4.6.5.Final14.0.0.CR2
org.infinispan.protostreamprotostream-processor4.4.4.Finalprovidedjar4.6.5.Final14.0.0.CR2
org.infinispan.protostreamprotostream-types4.4.4.Finaljar4.6.5.Final14.0.0.CR2
org.influxdbinfluxdb-java2.22jar2.24
org.jboss.loggingjboss-logging3.4.3.Finaljar3.6.1.Final
org.jdomjdom22.0.6.1jar
org.jetbrains.kotlinkotlin-compiler1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-compiler-embeddable1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-daemon-client1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-main-kts1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-osgi-bundle1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-reflect1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-script-runtime1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-script-util1.6.21jar1.8.22
org.jetbrains.kotlinkotlin-scripting-common1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-scripting-ide-services1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-scripting-jvm1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-scripting-jvm-host1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-stdlib1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-stdlib-common1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-stdlib-jdk71.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-stdlib-jdk81.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-stdlib-js1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-test1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-test-annotations-common1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-test-common1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-test-js1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-test-junit1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-test-junit51.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinkotlin-test-testng1.6.21jar1.9.252.1.20-Beta1
org.jetbrains.kotlinxkotlinx-coroutines-android1.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-core1.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-core-jvm1.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-debug1.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-guava1.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-javafx1.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-jdk81.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-jdk91.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-play-services1.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-reactive1.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-reactor1.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-rx21.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-rx31.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-slf4j1.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-swing1.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-test1.6.4jar1.10.1
org.jetbrains.kotlinxkotlinx-coroutines-test-jvm1.6.4jar1.10.1
org.jolokiajolokia-core1.7.2jar
org.jooqjooq3.14.16jar3.19.16
org.jooqjooq-codegen3.14.16jar3.19.16
org.jooqjooq-kotlin3.14.16jar3.19.16
org.jooqjooq-meta3.14.16jar3.19.16
org.jspecifyjspecify1.0.0jar
org.junit.jupiterjunit-jupiter5.8.2jar5.11.4
org.junit.jupiterjunit-jupiter-api5.8.2jar5.11.4
org.junit.jupiterjunit-jupiter-engine5.8.2jar5.11.4
org.junit.jupiterjunit-jupiter-migrationsupport5.8.2jar5.11.4
org.junit.jupiterjunit-jupiter-params5.8.2jar5.11.4
org.junit.platformjunit-platform-commons1.8.2jar1.11.4
org.junit.platformjunit-platform-console1.8.2jar1.11.4
org.junit.platformjunit-platform-engine1.8.2jar1.11.4
org.junit.platformjunit-platform-jfr1.8.2jar1.11.4
org.junit.platformjunit-platform-launcher1.8.2jar1.11.4
org.junit.platformjunit-platform-reporting1.8.2jar1.11.4
org.junit.platformjunit-platform-runner1.8.2jar1.11.4
org.junit.platformjunit-platform-suite1.8.2jar1.11.4
org.junit.platformjunit-platform-suite-api1.8.2jar1.11.4
org.junit.platformjunit-platform-suite-commons1.8.2jar1.11.4
org.junit.platformjunit-platform-suite-engine1.8.2jar1.11.4
org.junit.platformjunit-platform-testkit1.8.2jar1.11.4
org.junit.vintagejunit-vintage-engine5.8.2jar5.11.4
org.liquibaseliquibase-cdi4.9.1jar4.30.0
org.liquibaseliquibase-core4.9.1jar4.30.0
org.mariadbr2dbc-mariadb1.1.2jar1.1.41.3.0
org.mariadb.jdbcmariadb-java-client3.1.4jar3.5.1
org.messaginghubpooled-jms1.2.6jar1.2.83.1.7
org.mockitomockito-android4.5.1jar4.11.05.14.2
org.mockitomockito-core4.5.1jar4.11.05.14.2
org.mockitomockito-errorprone4.5.1jar4.11.05.14.2
org.mockitomockito-inline4.5.1jar4.11.05.2.0
org.mockitomockito-junit-jupiter4.5.1jar4.11.05.14.2
org.mockitomockito-proxy4.5.1jar4.11.05.14.2
org.mongodbbson4.6.1jar4.11.55.3.0-beta0
org.mongodbbson-record-codec4.6.1jar4.11.55.3.0-beta0
org.mongodbmongodb-driver-core4.6.1jar4.11.55.3.0-beta0
org.mongodbmongodb-driver-legacy4.6.1jar4.11.55.3.0-beta0
org.mongodbmongodb-driver-reactivestreams4.6.1jar4.11.55.3.0-beta0
org.mongodbmongodb-driver-sync4.6.1jar4.11.55.3.0-beta0
org.mortbay.jasperapache-el9.0.52jar9.0.9611.0.0
org.neo4j.driverneo4j-java-driver4.4.12jar4.4.195.27.0
org.osgiorg.osgi.annotation.bundle2.0.0jar
org.osgiorg.osgi.annotation.versioning1.1.2jar
org.osgiosgi.annotation8.1.0jar
org.postgresqlpostgresql42.3.8jar42.3.1042.7.4
org.postgresqlr2dbc-postgresql0.9.2.RELEASEjar0.9.3.RELEASE1.0.7.RELEASE
org.projectlomboklombok1.18.30jar1.18.36
org.quartz-schedulerquartz2.3.2jar2.5.0
org.quartz-schedulerquartz-jobs2.3.2jar2.5.0
org.reactivestreamsreactive-streams1.0.4jar
org.seleniumhq.seleniumhtmlunit-driver3.61.0jar3.64.04.13.0
org.seleniumhq.seleniumlift4.1.4jar4.14.0
org.seleniumhq.seleniumselenium-api4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-chrome-driver4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-chromium-driver4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-devtools-v1004.1.4jar4.2.2
org.seleniumhq.seleniumselenium-devtools-v1014.1.4jar4.3.0
org.seleniumhq.seleniumselenium-devtools-v854.1.4jar4.27.0
org.seleniumhq.seleniumselenium-devtools-v994.1.4jar
org.seleniumhq.seleniumselenium-edge-driver4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-firefox-driver4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-grid4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-http4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-ie-driver4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-java4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-json4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-opera-driver4.1.4jar4.4.0
org.seleniumhq.seleniumselenium-remote-driver4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-safari-driver4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-session-map-jdbc4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-session-map-redis4.1.4jar4.27.0
org.seleniumhq.seleniumselenium-support4.1.4jar4.27.0
org.skyscreamerjsonassert1.5.1jar1.5.32.0-rc1
org.slf4jjcl-over-slf4j1.7.36jar1.8.0-beta42.1.0-alpha1
org.slf4jjul-to-slf4j1.7.36jar1.8.0-beta42.1.0-alpha1
org.slf4jlog4j-over-slf4j1.7.36jar1.8.0-beta42.1.0-alpha1
org.slf4jslf4j-api1.7.36jar1.8.0-beta42.1.0-alpha1
org.slf4jslf4j-ext1.7.36jar1.8.0-beta42.1.0-alpha1
org.slf4jslf4j-jcl1.7.36jar
org.slf4jslf4j-jdk141.7.36jar1.8.0-beta42.1.0-alpha1
org.slf4jslf4j-log4j121.7.36jar1.8.0-beta42.1.0-alpha1
org.slf4jslf4j-nop1.7.36jar1.8.0-beta42.1.0-alpha1
org.slf4jslf4j-simple1.7.36jar1.8.0-beta42.1.0-alpha1
org.springframeworkspring-aop5.3.31jar5.3.396.2.1
org.springframeworkspring-aspects5.3.31jar5.3.396.2.1
org.springframeworkspring-beans5.3.31jar5.3.396.2.1
org.springframeworkspring-context5.3.31jar5.3.396.2.1
org.springframeworkspring-context-indexer5.3.31jar5.3.396.2.1
org.springframeworkspring-context-support5.3.31jar5.3.396.2.1
org.springframeworkspring-core5.3.31jar5.3.396.2.1
org.springframeworkspring-expression5.3.31jar5.3.396.2.1
org.springframeworkspring-instrument5.3.31jar5.3.396.2.1
org.springframeworkspring-jcl5.3.31jar5.3.396.2.1
org.springframeworkspring-jdbc5.3.31jar5.3.396.2.1
org.springframeworkspring-jms5.3.31jar5.3.396.2.1
org.springframeworkspring-messaging5.3.31jar5.3.396.2.1
org.springframeworkspring-orm5.3.31jar5.3.396.2.1
org.springframeworkspring-oxm5.3.31jar5.3.396.2.1
org.springframeworkspring-r2dbc5.3.31jar5.3.396.2.1
org.springframeworkspring-test5.3.31jar5.3.396.2.1
org.springframeworkspring-tx5.3.31jar5.3.396.2.1
org.springframeworkspring-web5.3.31jar5.3.396.2.1
org.springframeworkspring-webflux5.3.31jar5.3.396.2.1
org.springframeworkspring-webmvc5.3.31jar5.3.396.2.1
org.springframeworkspring-websocket5.3.31jar5.3.396.2.1
org.springframework.amqpspring-amqp2.4.17jar3.2.1
org.springframework.amqpspring-rabbit2.4.17jar3.2.1
org.springframework.amqpspring-rabbit-junit2.4.17jar3.2.1
org.springframework.amqpspring-rabbit-stream2.4.17jar3.2.1
org.springframework.amqpspring-rabbit-test2.4.17jar3.2.1
org.springframework.batchspring-batch-core4.3.10jar5.2.1
org.springframework.batchspring-batch-infrastructure4.3.10jar5.2.1
org.springframework.batchspring-batch-integration4.3.10jar5.2.1
org.springframework.batchspring-batch-test4.3.10jar5.2.1
org.springframework.bootspring-boot2.7.18jar3.4.1
org.springframework.bootspring-boot-actuator2.7.18jar3.4.1
org.springframework.bootspring-boot-actuator-autoconfigure2.7.18jar3.4.1
org.springframework.bootspring-boot-autoconfigure2.7.18jar3.4.1
org.springframework.bootspring-boot-autoconfigure-processor2.7.18jar3.4.1
org.springframework.bootspring-boot-buildpack-platform2.7.18jar3.4.1
org.springframework.bootspring-boot-configuration-metadata2.7.18jar3.4.1
org.springframework.bootspring-boot-configuration-processor2.7.18jar3.4.1
org.springframework.bootspring-boot-devtools2.7.18jar3.4.1
org.springframework.bootspring-boot-jarmode-layertools2.7.18jar3.2.12
org.springframework.bootspring-boot-loader2.7.18jar3.4.1
org.springframework.bootspring-boot-loader-tools2.7.18jar3.4.1
org.springframework.bootspring-boot-properties-migrator2.7.18jar3.4.1
org.springframework.bootspring-boot-starter2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-activemq2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-actuator2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-amqp2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-aop2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-artemis2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-batch2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-cache2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-cassandra2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-cassandra-reactive2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-couchbase2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-couchbase-reactive2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-elasticsearch2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-jdbc2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-jpa2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-ldap2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-mongodb2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-mongodb-reactive2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-neo4j2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-r2dbc2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-redis2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-redis-reactive2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-data-rest2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-freemarker2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-graphql2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-groovy-templates2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-hateoas2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-integration2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-jdbc2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-jersey2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-jetty2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-jooq2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-json2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-jta-atomikos2.7.18jar
org.springframework.bootspring-boot-starter-log4j22.7.18jar3.4.1
org.springframework.bootspring-boot-starter-logging2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-mail2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-mustache2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-oauth2-client2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-oauth2-resource-server2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-quartz2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-reactor-netty2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-rsocket2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-security2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-test2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-thymeleaf2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-tomcat2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-undertow2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-validation2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-web2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-web-services2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-webflux2.7.18jar3.4.1
org.springframework.bootspring-boot-starter-websocket2.7.18jar3.4.1
org.springframework.bootspring-boot-test2.7.18jar3.4.1
org.springframework.bootspring-boot-test-autoconfigure2.7.18jar3.4.1
org.springframework.dataspring-data-cassandra3.4.18jar4.4.1
org.springframework.dataspring-data-commons2.7.18jar3.4.1
org.springframework.dataspring-data-couchbase4.4.18jar5.4.1
org.springframework.dataspring-data-elasticsearch4.4.18jar5.4.1
org.springframework.dataspring-data-envers2.7.18jar3.4.1
org.springframework.dataspring-data-geode2.7.18jar
org.springframework.dataspring-data-jdbc2.4.18jar3.4.1
org.springframework.dataspring-data-jpa2.7.18jar3.4.1
org.springframework.dataspring-data-keyvalue2.7.18jar3.4.1
org.springframework.dataspring-data-ldap2.7.18jar3.4.1
org.springframework.dataspring-data-mongodb3.4.18jar4.4.1
org.springframework.dataspring-data-neo4j6.3.18jar7.4.1
org.springframework.dataspring-data-r2dbc1.5.18jar3.4.1
org.springframework.dataspring-data-redis2.7.18jar3.4.1
org.springframework.dataspring-data-relational2.4.18jar3.4.1
org.springframework.dataspring-data-rest-core3.7.18jar4.4.1
org.springframework.dataspring-data-rest-hal-explorer3.7.18jar4.4.1
org.springframework.dataspring-data-rest-webmvc3.7.18jar4.4.1
org.springframework.graphqlspring-graphql1.0.6jar1.3.3
org.springframework.graphqlspring-graphql-test1.0.6jar1.3.3
org.springframework.hateoasspring-hateoas1.5.6jar2.4.1
org.springframework.integrationspring-integration-amqp5.5.20jar6.4.1
org.springframework.integrationspring-integration-core5.5.20jar6.4.1
org.springframework.integrationspring-integration-event5.5.20jar6.4.1
org.springframework.integrationspring-integration-feed5.5.20jar6.4.1
org.springframework.integrationspring-integration-file5.5.20jar6.4.1
org.springframework.integrationspring-integration-ftp5.5.20jar6.4.1
org.springframework.integrationspring-integration-gemfire5.5.20jar
org.springframework.integrationspring-integration-groovy5.5.20jar6.4.1
org.springframework.integrationspring-integration-http5.5.20jar6.4.1
org.springframework.integrationspring-integration-ip5.5.20jar6.4.1
org.springframework.integrationspring-integration-jdbc5.5.20jar6.4.1
org.springframework.integrationspring-integration-jms5.5.20jar6.4.1
org.springframework.integrationspring-integration-jmx5.5.20jar6.4.1
org.springframework.integrationspring-integration-jpa5.5.20jar6.4.1
org.springframework.integrationspring-integration-kafka5.5.20jar6.4.1
org.springframework.integrationspring-integration-mail5.5.20jar6.4.1
org.springframework.integrationspring-integration-mongodb5.5.20jar6.4.1
org.springframework.integrationspring-integration-mqtt5.5.20jar6.4.1
org.springframework.integrationspring-integration-r2dbc5.5.20jar6.4.1
org.springframework.integrationspring-integration-redis5.5.20jar6.4.1
org.springframework.integrationspring-integration-rmi5.5.20jar
org.springframework.integrationspring-integration-rsocket5.5.20jar6.4.1
org.springframework.integrationspring-integration-scripting5.5.20jar6.4.1
org.springframework.integrationspring-integration-security5.5.20jar6.2.11
org.springframework.integrationspring-integration-sftp5.5.20jar6.4.1
org.springframework.integrationspring-integration-stomp5.5.20jar6.4.1
org.springframework.integrationspring-integration-stream5.5.20jar6.4.1
org.springframework.integrationspring-integration-syslog5.5.20jar6.4.1
org.springframework.integrationspring-integration-test5.5.20jar6.4.1
org.springframework.integrationspring-integration-test-support5.5.20jar6.4.1
org.springframework.integrationspring-integration-webflux5.5.20jar6.4.1
org.springframework.integrationspring-integration-websocket5.5.20jar6.4.1
org.springframework.integrationspring-integration-ws5.5.20jar6.4.1
org.springframework.integrationspring-integration-xml5.5.20jar6.4.1
org.springframework.integrationspring-integration-xmpp5.5.20jar6.4.1
org.springframework.integrationspring-integration-zeromq5.5.20jar6.4.1
org.springframework.integrationspring-integration-zookeeper5.5.20jar6.4.1
org.springframework.kafkaspring-kafka2.8.11jar2.9.133.3.1
org.springframework.kafkaspring-kafka-test2.8.11jar2.9.133.3.1
org.springframework.ldapspring-ldap-core2.4.1jar2.4.43.2.10
org.springframework.ldapspring-ldap-core-tiger2.4.1jar2.4.4
org.springframework.ldapspring-ldap-ldif-core2.4.1jar2.4.43.2.10
org.springframework.ldapspring-ldap-odm2.4.1jar2.4.43.2.10
org.springframework.ldapspring-ldap-test2.4.1jar2.4.43.2.10
org.springframework.restdocsspring-restdocs-asciidoctor2.0.8.RELEASEjar3.0.3
org.springframework.restdocsspring-restdocs-core2.0.8.RELEASEjar3.0.3
org.springframework.restdocsspring-restdocs-mockmvc2.0.8.RELEASEjar3.0.3
org.springframework.restdocsspring-restdocs-restassured2.0.8.RELEASEjar3.0.3
org.springframework.restdocsspring-restdocs-webtestclient2.0.8.RELEASEjar3.0.3
org.springframework.retryspring-retry1.3.4jar2.0.11
org.springframework.securityspring-security-acl5.8.16jar6.4.2
org.springframework.securityspring-security-aspects5.8.16jar6.4.2
org.springframework.securityspring-security-cas5.8.16jar6.4.2
org.springframework.securityspring-security-config5.8.16jar6.4.2
org.springframework.securityspring-security-core5.8.16jar6.4.2
org.springframework.securityspring-security-crypto5.8.16jar6.4.2
org.springframework.securityspring-security-data5.8.16jar6.4.2
org.springframework.securityspring-security-ldap5.8.16jar6.4.2
org.springframework.securityspring-security-messaging5.8.16jar6.4.2
org.springframework.securityspring-security-oauth2-client5.8.16jar6.4.2
org.springframework.securityspring-security-oauth2-core5.8.16jar6.4.2
org.springframework.securityspring-security-oauth2-jose5.8.16jar6.4.2
org.springframework.securityspring-security-oauth2-resource-server5.8.16jar6.4.2
org.springframework.securityspring-security-openid5.8.16jar
org.springframework.securityspring-security-remoting5.8.16jar
org.springframework.securityspring-security-rsocket5.8.16jar6.4.2
org.springframework.securityspring-security-saml2-service-provider5.8.16jar6.4.2
org.springframework.securityspring-security-taglibs5.8.16jar6.4.2
org.springframework.securityspring-security-test5.8.16jar6.4.2
org.springframework.securityspring-security-web5.8.16jar6.4.2
org.springframework.sessionspring-session-core2.7.4jar3.4.1
org.springframework.sessionspring-session-data-geode2.7.1jar2.7.2
org.springframework.sessionspring-session-data-mongodb2.7.4jar3.4.1
org.springframework.sessionspring-session-data-redis2.7.4jar3.4.1
org.springframework.sessionspring-session-hazelcast2.7.4jar3.4.1
org.springframework.sessionspring-session-jdbc2.7.4jar3.4.1
org.springframework.wsspring-ws-core3.1.8jar4.0.11
org.springframework.wsspring-ws-security3.1.8jar4.0.11
org.springframework.wsspring-ws-support3.1.8jar4.0.11
org.springframework.wsspring-ws-test3.1.8jar4.0.11
org.springframework.wsspring-xml3.1.8jar4.0.11
org.thymeleafthymeleaf3.0.15.RELEASEjar3.1.3.RELEASE
org.thymeleafthymeleaf-spring53.0.15.RELEASEjar3.1.3.RELEASE
org.thymeleaf.extrasthymeleaf-extras-java8time3.0.4.RELEASEjar
org.thymeleaf.extrasthymeleaf-extras-springsecurity53.0.5.RELEASEjar3.1.3.RELEASE
org.webjarswebjars-locator-core0.50jar0.59
org.xerialsqlite-jdbc3.36.0.3jar3.47.1.0
org.xmlunitxmlunit-assertj2.9.1jar2.10.0
org.xmlunitxmlunit-assertj32.9.1jar2.10.0
org.xmlunitxmlunit-core2.9.1jar2.10.0
org.xmlunitxmlunit-legacy2.9.1jar2.10.0
org.xmlunitxmlunit-matchers2.9.1jar2.10.0
org.xmlunitxmlunit-placeholders2.9.1jar2.10.0
org.yamlsnakeyaml1.30jar1.332.3
redis.clientsjedis3.8.0jar3.10.05.3.0-beta1
wsdl4jwsdl4j1.6.3jar
StatusGroup IdArtifact IdCurrent VersionScopeClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest Major
+

Dependencies

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StatusGroup IdArtifact IdCurrent VersionScopeClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest Major
com.github.hazendaz.jmockitjmockit1.55.0testjar
com.github.wafflewaffle-spring-boot-starter23.5.1compilejar
com.google.errorproneerror_prone_annotations2.36.0providedjar
com.google.j2objcj2objc-annotations3.0.0providedjar
net.bytebuddybyte-buddy1.15.11compilejar
net.bytebuddybyte-buddy-agent1.15.11compilejar
net.sf.jopt-simplejopt-simple5.0.4testjar6.0-alpha-3
org.apache.commonscommons-math33.6.1testjar
org.assertjassertj-core3.27.0testjar
org.junit.jupiterjunit-jupiter-engine5.11.4testjar
org.openjdk.jmhjmh-core1.37testjar
org.openjdk.jmhjmh-generator-annprocess1.37testjar
StatusGroup IdArtifact IdCurrent VersionScopeClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest Major
+

Dependency Updates

+

-

+

antlr:antlr

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idantlr
Artifact Idantlr
Current Version2.7.7
Scope
Classifier
Typejar
Newer versions20030911 Latest Major
+

biz.aQute.bnd:biz.aQute.bnd.annotation

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idbiz.aQute.bnd
Artifact Idbiz.aQute.bnd.annotation
Current Version7.0.0
Scope
Classifier
Typejar
Newer versions7.1.0 Latest Minor
+

ch.qos.logback:logback-access

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idch.qos.logback
Artifact Idlogback-access
Current Version1.2.12
Scope
Classifier
Typejar
Newer versions1.2.13 Latest Incremental
1.3.0-alpha0
1.3.0-alpha1
1.3.0-alpha2
1.3.0-alpha3
1.3.0-alpha4
1.3.0-alpha5
1.3.0-alpha6
1.3.0-alpha7
1.3.0-alpha8
1.3.0-alpha9
1.3.0-alpha10
1.3.0-alpha11
1.3.0-alpha12
1.3.0-alpha13
1.3.0-alpha14
1.3.0-alpha15
1.3.0-alpha16
1.3.0-beta0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.3.10
1.3.11
1.3.12
1.3.13
1.3.14
1.3.15
1.4.0
1.4.1
1.4.2
1.4.3
1.4.4
1.4.5
1.4.6
1.4.7
1.4.8
1.4.9
1.4.10
1.4.11
1.4.12
1.4.13
1.4.14
1.5.7
1.5.8
1.5.9
1.5.10
1.5.11
1.5.12
1.5.13
1.5.14
1.5.15 Latest Minor
+

ch.qos.logback:logback-classic

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idch.qos.logback
Artifact Idlogback-classic
Current Version1.5.15
Scope
Classifier
Typejar
+

ch.qos.logback:logback-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idch.qos.logback
Artifact Idlogback-core
Current Version1.2.12
Scope
Classifier
Typejar
Newer versions1.2.13 Latest Incremental
1.3.0-alpha0
1.3.0-alpha1
1.3.0-alpha2
1.3.0-alpha3
1.3.0-alpha4
1.3.0-alpha5
1.3.0-alpha6
1.3.0-alpha7
1.3.0-alpha8
1.3.0-alpha9
1.3.0-alpha10
1.3.0-alpha11
1.3.0-alpha12
1.3.0-alpha13
1.3.0-alpha14
1.3.0-alpha15
1.3.0-alpha16
1.3.0-beta0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.3.10
1.3.11
1.3.12
1.3.13
1.3.14
1.3.15
1.4.0
1.4.1
1.4.2
1.4.3
1.4.4
1.4.5
1.4.6
1.4.7
1.4.8
1.4.9
1.4.10
1.4.11
1.4.12
1.4.13
1.4.14
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
1.5.6
1.5.7
1.5.8
1.5.9
1.5.10
1.5.11
1.5.12
1.5.13
1.5.14
1.5.15 Latest Minor
+

com.atomikos:transactions-jdbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.atomikos
Artifact Idtransactions-jdbc
Current Version4.0.6
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.0.2
5.0.3
5.0.4
5.0.5
5.0.6
5.0.7
5.0.8
5.0.9
6.0.0M1
6.0.0M2
6.0.0 Latest Major
+

com.atomikos:transactions-jms

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.atomikos
Artifact Idtransactions-jms
Current Version4.0.6
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.0.2
5.0.3
5.0.4
5.0.5
5.0.6
5.0.7
5.0.8
5.0.9
6.0.0M1
6.0.0M2
6.0.0 Latest Major
+

com.atomikos:transactions-jta

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.atomikos
Artifact Idtransactions-jta
Current Version4.0.6
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.0.2
5.0.3
5.0.4
5.0.5
5.0.6
5.0.7
5.0.8
5.0.9
6.0.0M1
6.0.0M2
6.0.0 Latest Major
+

com.couchbase.client:java-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.couchbase.client
Artifact Idjava-client
Current Version3.3.4
Scope
Classifier
Typejar
Newer versions3.4.0
3.4.1
3.4.2
3.4.3
3.4.4
3.4.5
3.4.6
3.4.7
3.4.8
3.4.9
3.4.10
3.4.11
3.5.0
3.5.1
3.5.2
3.5.3
3.6.0
3.6.1
3.6.2
3.6.3
3.7.0
3.7.1
3.7.2
3.7.3
3.7.4
3.7.5
3.7.6 Latest Minor
+

com.datastax.oss:java-driver-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.datastax.oss
Artifact Idjava-driver-core
Current Version4.14.1
Scope
Classifier
Typejar
Newer versions4.15.0
4.16.0
4.17.0 Latest Minor
+

com.datastax.oss:java-driver-core-shaded

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.datastax.oss
Artifact Idjava-driver-core-shaded
Current Version4.14.1
Scope
Classifier
Typejar
Newer versions4.15.0
4.16.0
4.17.0 Latest Minor
+

com.datastax.oss:java-driver-mapper-processor

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.datastax.oss
Artifact Idjava-driver-mapper-processor
Current Version4.14.1
Scope
Classifier
Typejar
Newer versions4.15.0
4.16.0
4.17.0 Latest Minor
+

com.datastax.oss:java-driver-mapper-runtime

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.datastax.oss
Artifact Idjava-driver-mapper-runtime
Current Version4.14.1
Scope
Classifier
Typejar
Newer versions4.15.0
4.16.0
4.17.0 Latest Minor
+

com.datastax.oss:java-driver-metrics-micrometer

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.datastax.oss
Artifact Idjava-driver-metrics-micrometer
Current Version4.14.1
Scope
Classifier
Typejar
Newer versions4.15.0
4.16.0
4.17.0 Latest Minor
+

com.datastax.oss:java-driver-metrics-microprofile

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.datastax.oss
Artifact Idjava-driver-metrics-microprofile
Current Version4.14.1
Scope
Classifier
Typejar
Newer versions4.15.0
4.16.0
4.17.0 Latest Minor
+

com.datastax.oss:java-driver-query-builder

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.datastax.oss
Artifact Idjava-driver-query-builder
Current Version4.14.1
Scope
Classifier
Typejar
Newer versions4.15.0
4.16.0
4.17.0 Latest Minor
+

com.datastax.oss:java-driver-shaded-guava

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.datastax.oss
Artifact Idjava-driver-shaded-guava
Current Version25.1-jre-graal-sub-1
Scope
Classifier
Typejar
+

com.datastax.oss:java-driver-test-infra

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.datastax.oss
Artifact Idjava-driver-test-infra
Current Version4.14.1
Scope
Classifier
Typejar
Newer versions4.15.0
4.16.0
4.17.0 Latest Minor
+

com.datastax.oss:native-protocol

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.datastax.oss
Artifact Idnative-protocol
Current Version1.5.1
Scope
Classifier
Typejar
+

com.fasterxml:classmate

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml
Artifact Idclassmate
Current Version1.5.1
Scope
Classifier
Typejar
Newer versions1.6.0
1.7.0 Latest Minor
+

com.fasterxml.jackson.core:jackson-annotations

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.core
Artifact Idjackson-annotations
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.core:jackson-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.core
Artifact Idjackson-core
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.core:jackson-databind

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.core
Artifact Idjackson-databind
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.dataformat:jackson-dataformat-avro

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.dataformat
Artifact Idjackson-dataformat-avro
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.dataformat:jackson-dataformat-cbor

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.dataformat
Artifact Idjackson-dataformat-cbor
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.dataformat:jackson-dataformat-csv

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.dataformat
Artifact Idjackson-dataformat-csv
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.dataformat:jackson-dataformat-ion

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.dataformat
Artifact Idjackson-dataformat-ion
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.dataformat:jackson-dataformat-properties

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.dataformat
Artifact Idjackson-dataformat-properties
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.dataformat
Artifact Idjackson-dataformat-protobuf
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.dataformat:jackson-dataformat-smile

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.dataformat
Artifact Idjackson-dataformat-smile
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.dataformat:jackson-dataformat-toml

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.dataformat
Artifact Idjackson-dataformat-toml
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.dataformat:jackson-dataformat-xml

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.dataformat
Artifact Idjackson-dataformat-xml
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.dataformat:jackson-dataformat-yaml

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.dataformat
Artifact Idjackson-dataformat-yaml
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-eclipse-collections

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-eclipse-collections
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-guava

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-guava
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-hibernate4

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-hibernate4
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-hibernate5

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-hibernate5
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-hibernate5-jakarta

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-hibernate5-jakarta
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-hppc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-hppc
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-jakarta-jsonp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-jakarta-jsonp
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-jaxrs

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-jaxrs
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-jdk8

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-jdk8
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-joda

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-joda
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-joda-money

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-joda-money
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-json-org

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-json-org
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-jsr310

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-jsr310
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-jsr353

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-jsr353
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.datatype:jackson-datatype-pcollections

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.datatype
Artifact Idjackson-datatype-pcollections
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jakarta.rs
Artifact Idjackson-jakarta-rs-base
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-cbor-provider

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jakarta.rs
Artifact Idjackson-jakarta-rs-cbor-provider
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jakarta.rs
Artifact Idjackson-jakarta-rs-json-provider
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-smile-provider

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jakarta.rs
Artifact Idjackson-jakarta-rs-smile-provider
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-xml-provider

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jakarta.rs
Artifact Idjackson-jakarta-rs-xml-provider
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-yaml-provider

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jakarta.rs
Artifact Idjackson-jakarta-rs-yaml-provider
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jaxrs:jackson-jaxrs-base

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jaxrs
Artifact Idjackson-jaxrs-base
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jaxrs:jackson-jaxrs-cbor-provider

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jaxrs
Artifact Idjackson-jaxrs-cbor-provider
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jaxrs
Artifact Idjackson-jaxrs-json-provider
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jaxrs:jackson-jaxrs-smile-provider

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jaxrs
Artifact Idjackson-jaxrs-smile-provider
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jaxrs:jackson-jaxrs-xml-provider

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jaxrs
Artifact Idjackson-jaxrs-xml-provider
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jaxrs:jackson-jaxrs-yaml-provider

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jaxrs
Artifact Idjackson-jaxrs-yaml-provider
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jr:jackson-jr-all

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jr
Artifact Idjackson-jr-all
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jr:jackson-jr-annotation-support

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jr
Artifact Idjackson-jr-annotation-support
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jr:jackson-jr-objects

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jr
Artifact Idjackson-jr-objects
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jr:jackson-jr-retrofit2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jr
Artifact Idjackson-jr-retrofit2
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.jr:jackson-jr-stree

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.jr
Artifact Idjackson-jr-stree
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-afterburner

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-afterburner
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-blackbird

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-blackbird
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-guice

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-guice
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-jakarta-xmlbind-annotations
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-jaxb-annotations

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-jaxb-annotations
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-jsonSchema

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-jsonSchema
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-kotlin

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-kotlin
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-mrbean

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-mrbean
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-no-ctor-deser

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-no-ctor-deser
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-osgi

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-osgi
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-parameter-names

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-parameter-names
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-paranamer

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-paranamer
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-scala_2.11

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-scala_2.11
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-scala_2.12

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-scala_2.12
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-scala_2.13

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-scala_2.13
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.fasterxml.jackson.module:jackson-module-scala_3

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.fasterxml.jackson.module
Artifact Idjackson-module-scala_3
Current Version2.13.5
Scope
Classifier
Typejar
Newer versions2.14.0-rc1
2.14.0-rc2
2.14.0-rc3
2.14.0
2.14.1
2.14.2
2.14.3
2.15.0-rc1
2.15.0-rc2
2.15.0-rc3
2.15.0
2.15.1
2.15.2
2.15.3
2.15.4
2.16.0-rc1
2.16.0
2.16.1
2.16.2
2.17.0-rc1
2.17.0
2.17.1
2.17.2
2.17.3
2.18.0-rc1
2.18.0
2.18.1
2.18.2 Latest Minor
+

com.github.ben-manes.caffeine:caffeine

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.ben-manes.caffeine
Artifact Idcaffeine
Current Version3.1.8
Scope
Classifier
Typejar
+

com.github.ben-manes.caffeine:guava

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.github.ben-manes.caffeine
Artifact Idguava
Current Version2.9.3
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8 Latest Major
+

com.github.ben-manes.caffeine:jcache

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.github.ben-manes.caffeine
Artifact Idjcache
Current Version2.9.3
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8 Latest Major
+

com.github.ben-manes.caffeine:simulator

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.github.ben-manes.caffeine
Artifact Idsimulator
Current Version2.9.3
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8 Latest Major
+

com.github.hazendaz.jmockit:jmockit

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.hazendaz.jmockit
Artifact Idjmockit
Current Version1.55.0
Scopetest
Classifier
Typejar
+

com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.mxab.thymeleaf.extras
Artifact Idthymeleaf-extras-data-attribute
Current Version2.0.1
Scope
Classifier
Typejar
+

com.github.spotbugs:spotbugs-annotations

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.spotbugs
Artifact Idspotbugs-annotations
Current Version4.8.6
Scope
Classifier
Typejar
+

com.github.waffle:waffle-jna

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.waffle
Artifact Idwaffle-jna
Current Version3.5.1
Scope
Classifier
Typejar
+

com.github.waffle:waffle-spring-boot-starter2

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.waffle
Artifact Idwaffle-spring-boot-starter2
Current Version3.5.1
Scopecompile
Classifier
Typejar
+

com.github.waffle:waffle-spring-security5

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.waffle
Artifact Idwaffle-spring-security5
Current Version3.5.1
Scopecompile
Classifier
Typejar
+

com.github.waffle:waffle-tomcat9

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.waffle
Artifact Idwaffle-tomcat9
Current Version3.5.1
Scope
Classifier
Typejar
+

com.google.appengine:appengine-api-1.0-sdk

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.google.appengine
Artifact Idappengine-api-1.0-sdk
Current Version1.9.98
Scope
Classifier
Typejar
Newer versions2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.16
2.0.17
2.0.19
2.0.20
2.0.21
2.0.22
2.0.23
2.0.24
2.0.25
2.0.26
2.0.27
2.0.28
2.0.29
2.0.30
2.0.31 Latest Major
+

com.google.code.gson:gson

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.google.code.gson
Artifact Idgson
Current Version2.9.1
Scope
Classifier
Typejar
Newer versions2.10
2.10.1
2.11.0 Latest Minor
+

com.google.errorprone:error_prone_annotations

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.google.errorprone
Artifact Iderror_prone_annotations
Current Version2.36.0
Scopeprovided
Classifier
Typejar
+

com.google.j2objc:j2objc-annotations

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.google.j2objc
Artifact Idj2objc-annotations
Current Version3.0.0
Scopeprovided
Classifier
Typejar
+

com.graphql-java:graphql-java

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.graphql-java
Artifact Idgraphql-java
Current Version18.5
Scope
Classifier
Typejar
Newer versions18.6
18.7 Latest Minor
19.0
19.1
19.2
19.3
19.4
19.5
19.6
19.7
19.8
19.9
19.10
19.11
20.0
20.1
20.2
20.3
20.4
20.5
20.6
20.7
20.8
20.9
21.0
21.1
21.2
21.3
21.4
21.5
22.0-rc1
22.0
22.1
22.2
22.3
2018-06-04T04-23-07
2018-06-04T04-37-12
2018-06-04T05-35-18-e5b324e
2018-06-04T06-08-37-e5b324e
2018-06-04T06-12-10-9e01eaa
2018-06-04T06-18-26-
2018-06-04T06-32-44-
2018-06-04T06-49-40-474b470
2018-06-04T11-42-58-352f0df
2018-06-04T21-54-46-f3ede8b
2018-06-04T22-33-28-a93fe6a
2018-06-04T22-49-40-ad9c92a
2018-06-05T00-30-43-5e542a9
2018-06-05T05-02-26-ca6f7fa
2018-06-12T07-15-39-50a2a13
2018-06-13T01-43-44-50a2a13
2018-06-16T10-13-54-f3af483
2018-06-19T22-08-22-7270438
2018-06-20T08-24-34-aa92267
2018-06-21T06-20-30-6984d3b
2018-06-24T21-45-32-a683b9e
2018-06-25T00-43-57-d087b4a
2018-06-25T02-16-07-639aff3
2018-06-27T00-18-28-1e12da9
2018-07-04T08-09-58-795c232
2018-07-11T08-11-14-394ca2a
2018-07-12T05-33-47-67d6257
2018-07-12T11-44-24-8d02fc7
2018-07-13T04-59-30-f72244a
2018-07-27T07-38-22-2fe7914
2018-07-27T07-39-10-901db94
2018-07-27T10-32-58-4d45311
2018-07-27T10-57-25-ad87047
2018-07-27T12-45-31-5b44eff
2018-07-28T00-19-13-5ea18ff
2018-07-30T00-23-12-bfee885
2018-07-30T07-03-52-6e1bc02
2018-08-01T04-10-44-b8b248a
2018-08-07T03-17-17-653d67f
2018-08-07T03-26-20-3b4957b
2018-08-07T05-26-11-b835941
2018-08-07T05-28-06-4c0c33a
2018-08-14T07-47-58-fd2454f
2018-08-16T09-47-33-00a720f
2018-08-20T08-16-01-b66eade
2018-08-20T08-17-20-0deb127
2018-08-20T08-17-43-df4775c
2018-08-20T09-22-08-f02ee24
2018-08-20T10-18-26-0adc5f8
2018-08-23T21-16-30-141b8e4
2018-08-28T23-42-26-f2f4b1f
2018-08-28T23-42-56-5c7b9ef
2018-08-28T23-43-42-d049882
2018-08-29T06-42-12-24db46a
2018-08-29T21-42-21-9ed2843
2018-08-30T23-23-01-6c72aaf
2018-08-30T23-23-36-0b5f286
2018-09-03T01-10-42-4485074
2018-09-08T05-14-26-03482af
2018-09-08T07-01-35-b55f8a5
2018-09-09T01-51-54-4c5aca5
2018-09-12T11-52-41-a96e963
2018-09-13T04-39-06-fdefa43
2018-09-13T04-41-01-179fb2e
2018-09-13T21-08-39-094ff85
2018-09-13T21-13-06-e45bea8
2018-09-16T01-27-46-27a6e44
2018-09-16T01-27-54-eef571c
2018-09-17T07-40-50-27a6e44
2018-09-17T07-41-05-efbcf37
2018-09-17T23-03-05-4363a82
2018-09-18T21-31-05-de360a0
2018-09-18T21-34-59-8a5fa0a
2018-09-23T22-54-34-e6a97f6
2018-09-27T10-23-49-6b14546
2018-09-28T03-46-03-b031cfc
2018-09-30T06-30-11-d526d04
2018-10-02T04-01-30-af07d80
2018-10-03T06-38-59-a46d462
2018-10-03T07-03-19-80342b2
2018-10-03T07-16-06-0d80418
2018-10-08T21-25-58-ac9d5c6
2018-10-09T07-07-16-78a6e4e
2018-10-10T05-31-53-0466a3d
2018-10-10T05-39-21-5cda03c
2018-10-10T20-51-25-232373f
2018-10-15T22-47-19-99aac04
2018-10-16T04-11-52-46045a8
2018-10-17T06-19-11-93e6150
2018-10-17T09-47-16-c9ea5fc
2018-10-17T23-50-56-d72f029
2018-10-18T07-23-00-873bada
2018-10-18T11-21-20-610a527
2018-10-24T21-14-21-5e2c94f
2018-10-24T21-16-55-25378bd
2018-10-29T04-08-41-1f24856
2018-10-31T23-42-59-ec9e3af
2018-11-02T07-27-33-d0923be
2018-11-03T12-19-57-9a2d4e9
2018-11-04T23-23-23-129abec
2018-11-05T04-59-34-c74b23e
2018-11-05T23-39-38-cfc12d8
2018-11-06T00-25-39-b0c4c3a
2018-11-06T00-28-15-ec46cb6
2018-11-07T03-10-42-5f13464
2018-11-10T08-58-30-1e95abd
2018-11-10T09-39-09-1f6095c
2018-11-11T09-23-20-3dcabef
2018-11-12T02-07-25-6ddb87f
2018-11-15T21-34-13-6aa96be-ignored-chars
2018-11-15T21-34-14-7110576-ignored-chars
2018-11-16T06-01-41-51c05da-ignored-chars
2018-11-16T06-01-54-efdaa48-ignored-chars
2018-11-23T05-36-03-4ec08db
2018-11-23T06-25-41-8885cd7
2018-11-23T06-31-20-93e0f57
2018-11-25T22-27-06-516a0c0
2018-11-27T19-56-11-4dc1e0c
2018-11-28T07-49-46-b808a72
2018-11-28T08-13-20-3ada93e
2018-12-01T05-52-33-9ba3c0e
2018-12-02T00-31-14-9340660
2018-12-02T00-56-57-305860d
2018-12-02T00-57-27-28e493d
2018-12-02T06-51-22-11cfd04
2018-12-02T22-14-34-9e39066
2018-12-03T06-08-55-17933ec
2018-12-03T21-48-15-b292ab6
2018-12-05T06-30-06-08a8613
2018-12-07T11-12-28-9a3c8e8
2018-12-12T01-03-50-8c7555b
2018-12-15T05-16-49-88447e1
2018-12-15T05-18-06-44627e4
2018-12-20T04-16-45-68c7660
2018-12-20T04-30-44-18a4425
2018-12-20T04-32-18-c1600b6
2018-12-20T05-49-26-50fe7e0
2018-12-20T08-18-59-8e766d1
2018-12-21T20-58-21-f24510d
2018-12-21T21-00-05-9a6abf2
2018-12-27T23-19-05-67fa4d9
2018-12-28T20-03-39-0d707e9
2018-12-29T10-59-26-1c3efb3
2018-12-29T11-23-37-f0927ca
2018-12-29T11-25-17-1648f54
2018-12-29T11-37-31-7b494d1
2018-12-29T18-59-16-f40ec83
2018-12-29T20-24-09-8cc00d2
2018-12-29T21-18-13-65a2c1d
2018-12-29T21-26-21-e889103
2018-12-29T22-10-43-33fcbc9
2018-12-29T22-19-16-b85e315
2018-12-29T22-55-27-8229b75
2018-12-30T04-49-43-b422b88
2019-01-01T05-12-10-d7fdfed
2019-01-01T05-14-41-147d2be
2019-01-02T07-00-24-b2bcb40
2019-01-03T03-56-42-93f1c2f
2019-01-03T22-57-19-e75b425
2019-01-04T02-53-37-38a8606
2019-01-04T03-07-40-a61f4ee
2019-01-08T03-54-43-27471f7
2019-01-08T05-36-31-8aaada8
2019-01-08T05-54-26-5ecf32d
2019-01-09T03-01-00-2790caa
2019-01-10T02-59-04-828bf5c
2019-01-10T22-02-11-9d62329
2019-01-10T23-02-15-e7b431a
2019-01-13T21-59-35-d037062
2019-01-14T04-17-45-64a3c82
2019-01-14T06-41-16-ead6ec2
2019-01-14T07-14-22-fb0fa63
2019-01-14T22-57-55-82be22b
2019-01-15T02-21-27-1dfebed
2019-01-15T23-05-22-e916b02
2019-01-17T02-23-57-ecf8a08
2019-01-18T05-18-40-0f5a890
2019-01-18T07-01-10-c4bcd3a
2019-01-22T00-33-57-c967dac
2019-01-22T01-01-11-41d67d7
2019-01-29T03-32-34-3d271c3
2019-01-30T23-39-33-803f5cb
2019-01-31T22-07-02-5a8b1fd
2019-01-31T22-16-02-fc21117
2019-01-31T22-31-13-065791a
2019-01-31T22-35-43-b807e80
2019-02-06T00-46-18-1ce5113
2019-02-06T23-32-55-d73dacf
2019-02-06T23-38-59-5f8c5bd
2019-02-07T02-30-53-e310dc3
2019-02-13T17-42-01-858250e
2019-02-15T22-43-48-1231dde
2019-02-18T02-52-52-13eb79a
2019-02-20T00-59-31-9356c3d
2019-02-28T01-17-35-b2cc1c2
2019-03-05T02-16-05-6df6640
2019-03-05T02-23-47-f40315b
2019-03-07T03-51-32-45bf5af
2019-03-07T04-21-43-cf62a7a
2019-03-07T04-34-55-809a980
2019-03-10T22-41-06-9808185
2019-03-11T03-25-33-b3c91e8
2019-03-11T03-25-55-fc95640
2019-03-11T03-56-07-7f6f32b
2019-03-11T03-58-13-4123998
2019-03-11T04-12-00-65dea85
2019-03-11T22-39-51-03dc939
2019-03-11T22-40-03-cf1e838
2019-03-11T22-42-37-93b7b58
2019-03-11T22-46-27-52a7b6e
2019-03-12T01-04-49-36b1c03
2019-03-13T23-23-44-ef9d07d
2019-03-14T00-26-07-5568795
2019-03-14T03-40-10-806cfe7
2019-03-15T01-33-39-648b896
2019-03-15T01-33-47-61d57a62
2019-03-15T05-03-21-75fb184
2019-03-15T05-03-30-4d2c0d53
2019-03-15T05-09-19-cbcee57
2019-03-15T05-09-35-519fb887
2019-03-15T05-33-44-d008832
2019-03-19T00-28-22-88ffeb5
2019-03-19T00-30-59-070c3a0
2019-03-20T02-17-59-e1e7997
2019-03-20T05-29-23-55f1989
2019-03-20T05-29-55-cdd0cbc
2019-03-22T02-07-23-a35079e
2019-03-22T05-12-51-10376ba
2019-03-25T02-33-40-0759b8d
2019-03-25T23-57-28-8ba2d1d
2019-04-03T06-16-20-800ea0d
2019-04-08T02-06-59-636f7b5
2019-04-08T08-27-21-a8a273f
2019-04-09T05-25-48-8bae13f
2019-04-09T05-29-53-bd9240c
2019-04-30T06-16-13-21dff06
2019-04-30T09-15-46-9214b60
2019-05-01T03-50-43-fccc0c7
2019-05-08T00-35-46-439e342
2019-05-08T02-44-45-b370703
2019-05-08T02-56-27-cca4316
2019-05-14T05-01-24-4fd3721
2019-05-14T05-11-27-400d008
2019-05-15T02-49-32-f210154
2019-05-20T06-48-36-6211b41
2019-05-27T00-36-13-3a76c4a
2019-05-27T04-13-44-5373f96
2019-06-02T22-40-24-fcf767d
2019-06-02T22-45-30-ca06d0e
2019-06-02T22-56-37-9a61bfe
2019-06-02T22-59-08-c73f438
2019-06-03T06-53-20-dca93a9
2019-06-07T06-51-35-dbd4e5c
2019-06-11T03-20-45-0a2bd30
2019-06-11T23-47-53-e00b023
2019-06-12T00-11-29-b63be73
2019-06-12T00-15-04-812b16c
2019-06-12T00-38-53-8b078c6
2019-06-12T00-39-55-a79e385
2019-06-12T01-22-00-6020f87
2019-06-12T01-25-50-0fec4be
2019-06-12T01-37-10-19c6d0e
2019-06-12T01-52-32-821241d
2019-06-12T02-31-14-25c8232
2019-06-12T04-51-56-e994f41
2019-06-30T23-27-16-d762310
2019-07-01T00-55-49-7d393f2
2019-07-13T23-07-14-8c71e18
2019-07-15T04-01-33-505aa81
2019-07-15T07-36-13-5761d24
2019-07-16T03-12-18-3cbc1ad
2019-07-22T04-16-08-a7fbf74
2019-07-22T04-17-57-f8658f2
2019-07-22T04-25-03-527c587
2019-07-24T03-34-24-2e1e989
2019-07-31T05-09-08-4cadb88
2019-07-31T05-58-03-755f534
2019-08-01T04-03-44-e9b53f6
2019-08-02T04-53-20-6063e7e
2019-08-05T08-05-20-1a9005b
2019-08-05T23-30-46-c454ba2
2019-08-12T01-44-36-bf793cd
2019-08-19T04-09-16-346d65a
2019-08-20T01-08-54-018b57c
2019-08-21T00-49-42-2e990d1
2019-08-21T21-45-38-376b03f
2019-08-22T10-09-42-a6c4461
2019-08-22T10-31-28-7ab93b9
2019-08-22T10-35-04-37f3ae0
2019-08-22T10-39-43-a6c4461
2019-08-27T06-31-52-a897adc
2019-08-28T11-47-05-b9487a9
2019-09-03T10-51-46-6c01c80
2019-09-03T10-52-49-bfb284b
2019-09-07T05-58-28-e5a610f
2019-09-07T08-04-35-735ce06
2019-09-07T08-05-59-ac5bc70
2019-09-07T08-08-53-173312e
2019-09-19T04-42-21-1ea2ed2
2019-09-19T06-25-59-5c242a1
2019-09-22T22-20-34-9e83320
2019-10-08T22-47-44-e938ab4
2019-10-16T01-41-26-24f5233
2019-10-20T21-46-20-a0a5d63
2019-10-20T22-57-19-d6296e0
2019-10-21T00-35-45-a74776c
2019-10-24T23-50-27-97bffda
2019-10-25T04-33-32-40db9de
2019-10-25T08-51-57-a634053
2019-10-31T04-37-48-0919e71
2019-11-06T22-52-38-81c2a0f
2019-11-07T04-06-09-70d9412
2019-11-19T08-52-32-b46beb9
2019-12-09T21-46-06-1b79628
2019-12-09T21-46-27-74aed1a
2019-12-30T22-55-41-9417e85
2019-12-30T23-36-38-9e904ca
2019-12-31T02-25-35-a83995a
2020-01-03T02-30-05-b8be7d1
2020-01-03T02-30-51-fb97f3e
2020-01-05T23-01-12-2ba4a8b
2020-01-08T08-53-38-a2dcfd6
2020-01-09T05-33-37-df2835b
2020-01-13T02-25-12-b623055
2020-01-13T03-23-46-bcdc138
2020-01-13T03-38-11-52de81a
2020-01-13T06-33-52-50c242d
2020-01-14T00-59-12-593322d
2020-01-14T02-17-18-b5692e4
2020-01-14T02-57-52-8fe5e53
2020-01-14T02-58-58-f430282
2020-01-14T05-48-31-952f075
2020-01-14T06-42-43-bef3ac2
2020-01-14T06-45-04-f40e454
2020-01-14T23-35-06-d42516c
2020-01-16T00-18-31-4cf3bdd
2020-01-16T01-18-01-fd13faf
2020-01-16T23-47-31-4533d01
2020-01-16T23-48-44-eb6755b
2020-01-16T23-58-55-fd9ce3a
2020-01-17T00-14-43-8a58c25
2020-01-17T00-41-05-5d4d25f
2020-01-17T00-44-53-21cdd1d
2020-01-17T00-46-52-8b78178
2020-01-17T02-41-10-578985f
2020-01-24T03-11-44-8a5fe91
2020-01-29T00-34-54-44d9c56
2020-01-29T23-51-37-f82b53c
2020-02-03T01-49-24-d4f9b63
2020-02-04T03-00-21-0a40ca4
2020-02-06T00-24-40-5b511b8
2020-02-09T23-23-33-8f335b3
2020-02-10T04-57-01-e33c252
2020-02-10T23-53-32-cfd210b
2020-02-12T22-54-17-101dc6c
2020-02-29T00-26-15-cf90d4a
2020-02-29T01-57-30-987fd78
2020-04-01T09-48-46-c98ebf7
2020-04-04T07-05-23-9eae9c1
2020-04-29T07-25-05-1a7c11c
2020-05-07T00-47-53-9f8cc8e
2020-05-08T01-07-05-c8de10e
2020-05-19T06-33-01-57ce5cf
2020-05-19T23-15-09-be48433
2020-05-19T23-56-49-f409b66
2020-05-20T03-21-18-21d1479
2020-05-20T06-07-21-2e391c1
2020-05-20T06-36-40-2a443b4
2020-05-20T06-55-13-453773f
2020-05-20T07-22-07-0b49de6
2020-05-20T23-03-10-d9d29d9
2020-05-20T23-17-21-bbb92ac
2020-05-20T23-42-54-8f4cd45
2020-05-21T05-06-09-4e43ef7
2020-05-21T05-19-49-bdc958e
2020-05-21T05-21-25-427f493
2020-05-21T05-53-50-341e22c
2020-05-21T07-38-42-2acb557
2020-05-21T08-33-51-0b611f2
2020-05-21T10-50-06-0a18992
2020-05-21T23-09-51-9eb260e
2020-05-22T05-23-36-4fe702b
2020-05-22T05-46-34-000eb52
2020-05-24T06-42-08-c508ac3
2020-05-25T00-16-35-ebd15e0
2020-05-25T00-18-12-74b4855
2020-05-26T01-36-28-7770701
2020-05-26T04-31-46-81d3ce4
2020-05-27T11-37-07-bb47f29
2020-05-28T00-32-38-497d2ac
2020-05-28T02-17-41-bc29b5f
2020-05-28T05-56-25-f328040
2020-05-29T04-10-05-3dfbf01
2020-06-05T10-44-09-eff6106
2020-06-07T01-00-15-98bb45a
2020-06-07T01-08-08-a9f7932
2020-06-07T01-09-40-d94eacc
2020-06-16T23-03-22-403a837
2020-06-19T06-05-35-10eeacc
2020-06-22T08-53-48-3101f48
2020-06-22T09-12-11-a0d327d
2020-06-22T09-38-54-c40fc1d
2020-06-29T07-38-53-4a0a7af
2020-06-30T22-36-45-ce7fd42
2020-07-03T00-47-06-d3032e7
2020-07-03T01-10-37-bb87d8f
2020-08-24T06-09-06-d3b6af0
2020-08-25T03-42-48-443390b
2020-08-25T04-35-08-bab2a91
2020-08-25T04-49-03-31f3d3f
2020-08-25T05-10-41-2ed520e
2020-08-25T06-42-13-d40046e
2020-08-25T06-43-04-baeb392
2020-08-25T06-43-52-1607bdf
2020-08-25T07-30-29-fd556cc
2020-08-25T07-31-26-c27a9cd
2020-08-25T07-36-16-26a012c
2020-08-25T07-38-57-05deb85
2020-08-25T08-08-25-8b22a39
2020-08-25T15-37-52-a7117f8
2020-08-31T04-32-29-6a56b3a
2020-09-08T04-55-10-f64f1cd
2020-09-08T04-55-19-30e680b
2020-09-08T04-56-12-5c5798e
2020-09-08T04-56-57-be01c7f
2020-09-08T04-57-53-264cb12
2020-09-08T23-57-06-7ee7602
2020-09-10T23-56-06-6f9b54d
2020-09-10T23-59-03-dcdea33
2020-09-13T08-18-38-7fc94c5
2020-09-13T08-19-45-0d97d9d
2020-09-13T08-20-40-c3c48a2
2020-09-13T09-05-14-4b66774
2020-09-14T23-02-53-a9151d3
2020-09-14T23-03-24-5ebd3ac
2020-09-14T23-04-32-61a78fe
2020-09-17T10-31-42-09111ae
2020-09-19T01-23-44-97a3073
2020-09-19T01-24-58-592215d
2020-09-21T10-25-11-af83f79
2020-09-21T10-26-13-58daf97
2020-09-23T01-42-02-53999d6
2020-10-01T08-02-28-3998b0d
2020-10-01T08-12-16-06593e2
2020-10-01T08-12-52-24e4b17
2020-10-01T08-13-33-6eb4df2
2020-10-01T08-15-11-6cc1974
2020-10-01T20-49-20-d2ca93c
2020-10-01T21-02-05-1852cb7
2020-10-01T21-06-37-558aeaa
2020-10-06T07-50-37-7a8e903
2020-10-09T06-02-11-8e55666
2020-10-09T06-03-45-4a893b0
2020-10-15T08-28-25-6af9785
2020-10-16T05-33-59-df5bbde
2020-10-20T00-43-22-34f34fe
2020-10-20T01-20-15-2b4457c
2020-10-21T10-06-46-49bbbeb
2020-10-25T05-02-24-a39aec8
2020-10-27T16-39-54-0de364a
2020-10-27T17-35-04-0de364a
2020-11-01T02-27-21-3295066
2020-11-02T04-11-46-9ba7606
2020-11-02T04-33-43-dd5d4d8
2020-11-02T23-55-44-d576991
2020-11-03T02-03-16-cf89ea3
2020-11-04T22-40-01-afaa9aa
2020-11-05T07-48-24-3dd5e02
2020-11-10T10-26-00-07ca7ee
2020-11-10T11-49-19-a1c123d
2020-11-10T22-37-49-c801fd8
2020-11-11T00-55-26-17f0e27
2020-11-13T21-13-26-fb86ee6
2020-11-16T00-00-07-ff3f691
2020-11-16T00-02-27-3dfeae3
2020-11-24T02-56-06-432d5f0
2020-11-24T23-36-57-43668fb
2020-11-28T08-02-26-b01df74
2020-11-28T08-17-17-be8025f
2020-12-09T22-35-43-9803c10
2020-12-12T02-26-00-5e61bb3
2020-12-13T07-30-15-d1a4c15
2020-12-21T21-14-06-a12f84b
2021-01-27T06-23-16-986ee60
2021-01-29T11-36-47-b874235
2021-01-30T04-10-11-59cd870
2021-01-31T07-23-49-4d37858
2021-02-02T00-45-04-fcce8632
2021-02-02T01-21-59-55cccb55
2021-02-02T01-28-37-13467897
2021-02-02T01-34-58-8d747c1
2021-02-02T01-35-37-3bae3c26
2021-02-02T02-54-22-7c559d8d
2021-02-02T02-59-50-70c1c921
2021-02-02T03-06-53-a7c2d205
2021-02-02T03-08-48-040823c2
2021-02-02T03-45-35-79a57f67
2021-02-02T03-49-01-6bf9674d
2021-02-02T04-19-10-0e6921e1
2021-02-06T05-29-55-33cd6e60
2021-02-09T05-22-20-b645925f
2021-02-10T08-16-57-4dbf45fd
2021-02-13T02-14-19-a9de9cec
2021-02-13T23-17-27-86627c27
2021-02-17T06-17-55-6ffdd2d5
2021-02-27T05-24-51-419acbb4
2021-02-28T10-07-29-dbfb40d9
2021-02-28T11-48-01-dc2cdda7
2021-03-18T23-19-42-52ebe904
2021-03-19T00-06-52-e166c255
2021-03-19T01-12-05-a24cd52a
2021-03-21T22-31-57-479b7a43
2021-03-22T20-02-28-3a701a0f
2021-03-25T09-33-46-e4c16ebb
2021-03-25T21-09-07-5bc917f7
2021-03-28T09-04-54-b1b364be
2021-03-29T04-07-12-b98161f0
2021-03-29T04-35-54-5e2ceda5
2021-03-29T04-41-52-39ea068d
2021-03-29T05-11-02-d63bb6b6
2021-03-29T05-12-42-e5e8847b
2021-03-29T05-13-32-fdea5cfc
2021-03-29T21-50-33-a37cde2a
2021-03-30T02-09-41-e91c8894
2021-03-30T02-27-57-dbf4b18b
2021-03-30T02-57-48-22314931
2021-04-09T04-37-57-b510f5e6
2021-04-11T23-40-30-f362d619
2021-04-11T23-42-01-1d16e703
2021-04-11T23-42-55-656f4e35
2021-04-11T23-47-53-93cc5158
2021-04-19T03-51-46-d783ec7e
2021-04-27T02-21-11-eb3afc27
2021-04-28T06-28-49-4d52fd0e
2021-05-03T08-53-12-8f1ec444
230521-nf-execution Latest Major
+

com.h2database:h2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.h2database
Artifact Idh2
Current Version2.1.214
Scope
Classifier
Typejar
Newer versions2.2.220
2.2.222
2.2.224
2.3.230
2.3.232 Latest Minor
+

com.hazelcast:hazelcast

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.hazelcast
Artifact Idhazelcast
Current Version5.1.7
Scope
Classifier
Typejar
Newer versions5.2-BETA-1
5.2.0
5.2.1
5.2.2
5.2.3
5.2.4
5.2.5
5.3.0-BETA-1
5.3.0-BETA-2
5.3.0
5.3.1
5.3.2
5.3.4
5.3.5
5.3.6
5.3.7
5.3.8
5.4.0-BETA-2
5.4.0
5.5.0 Latest Minor
+

com.hazelcast:hazelcast-hibernate52

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.hazelcast
Artifact Idhazelcast-hibernate52
Current Version2.2.1
Scope
Classifier
Typejar
+

com.hazelcast:hazelcast-hibernate53

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.hazelcast
Artifact Idhazelcast-hibernate53
Current Version2.2.1
Scope
Classifier
Typejar
Newer versions2.3.0 Latest Minor
5.0.0
5.1.0
5.2.0 Latest Major
+

com.hazelcast:hazelcast-spring

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.hazelcast
Artifact Idhazelcast-spring
Current Version5.1.7
Scope
Classifier
Typejar
Newer versions5.2-BETA-1
5.2.0
5.2.1
5.2.2
5.2.3
5.2.4
5.2.5
5.3.0-BETA-1
5.3.0-BETA-2
5.3.0
5.3.1
5.3.2
5.3.4
5.3.5
5.3.6
5.3.7
5.3.8
5.4.0-BETA-2
5.4.0
5.5.0 Latest Minor
+

com.ibm.db2:jcc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.ibm.db2
Artifact Idjcc
Current Version11.5.9.0
Scope
Classifier
Typejar
Newer versions12.1.0.0 Latest Major
+

com.jayway.jsonpath:json-path

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.jayway.jsonpath
Artifact Idjson-path
Current Version2.7.0
Scope
Classifier
Typejar
Newer versions2.8.0
2.9.0 Latest Minor
+

com.jayway.jsonpath:json-path-assert

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.jayway.jsonpath
Artifact Idjson-path-assert
Current Version2.7.0
Scope
Classifier
Typejar
Newer versions2.8.0
2.9.0 Latest Minor
+

com.microsoft.sqlserver:mssql-jdbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer version available.
Group Idcom.microsoft.sqlserver
Artifact Idmssql-jdbc
Current Version10.2.3.jre8
Scope
Classifier
Typejar
Newer versions10.2.3.jre11
10.2.3.jre17 Latest Subincremental
11.1.0-SNAPSHOT.jre8-preview
11.1.0-SNAPSHOT.jre11-preview
11.1.0-SNAPSHOT.jre17-preview
11.1.0.jre8-preview
11.1.0.jre11-preview
11.1.0.jre17-preview
11.1.1.jre8-preview
11.1.1.jre11-preview
11.1.1.jre17-preview
11.1.1.jre18-preview
11.1.2.jre8-preview
11.1.2.jre11-preview
11.1.2.jre17-preview
11.1.2.jre18-preview
11.2.0.jre8
11.2.0.jre11
11.2.0.jre17
11.2.0.jre18
11.2.1.jre8
11.2.1.jre11
11.2.1.jre17
11.2.1.jre18
11.2.2.jre8
11.2.2.jre11
11.2.2.jre17
11.2.2.jre18
11.2.3.jre8
11.2.3.jre11
11.2.3.jre17
11.2.3.jre18
12.1.0.jre8-preview
12.1.0.jre11-preview
12.2.0.jre8
12.2.0.jre11
12.3.0.jre8-preview
12.3.0.jre11-preview
12.3.0.jre17-preview
12.3.0.jre20-preview
12.3.1.jre8-preview
12.3.1.jre11-preview
12.4.0.jre8
12.4.0.jre8-preview
12.4.0.jre11
12.4.0.jre11-preview
12.4.1.jre8
12.4.1.jre11
12.4.2.jre8
12.4.2.jre11
12.5.0.jre8-preview
12.5.0.jre11-preview
12.6.0.jre8
12.6.0.jre11
12.6.1.jre8
12.6.1.jre11
12.6.2.jre8
12.6.2.jre11
12.6.3.jre8
12.6.3.jre11
12.6.4.jre8
12.6.4.jre11
12.7.0
12.7.0.jre8-preview
12.7.0.jre11-preview
12.7.1.jre8-preview
12.7.1.jre11-preview
12.8.0.jre8
12.8.0.jre11
12.8.1.jre8
12.8.1.jre11
12.9.0.jre8-preview
12.9.0.jre11-preview Latest Major
+

com.mysql:mysql-connector-j

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.mysql
Artifact Idmysql-connector-j
Current Version8.0.33
Scope
Classifier
Typejar
Newer versions8.1.0
8.2.0
8.3.0
8.4.0 Latest Minor
9.0.0
9.1.0 Latest Major
+

com.oracle.database.ha:ons

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.ha
Artifact Idons
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09
23.4.0.24.05
23.5.0.24.07
23.6.0.24.10 Latest Major
+

com.oracle.database.ha:simplefan

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.ha
Artifact Idsimplefan
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09
23.4.0.24.05
23.5.0.24.07
23.6.0.24.10 Latest Major
+

com.oracle.database.jdbc:ojdbc11

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc
Artifact Idojdbc11
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09
23.4.0.24.05
23.5.0.24.07
23.6.0.24.10 Latest Major
+

com.oracle.database.jdbc:ojdbc11-production

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc
Artifact Idojdbc11-production
Current Version21.5.0.0
Scope
Classifier
Typepom
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09
23.4.0.24.05
23.5.0.24.07
23.6.0.24.10 Latest Major
+

com.oracle.database.jdbc:ojdbc8

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc
Artifact Idojdbc8
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09
23.4.0.24.05
23.5.0.24.07
23.6.0.24.10 Latest Major
+

com.oracle.database.jdbc:ojdbc8-production

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc
Artifact Idojdbc8-production
Current Version21.5.0.0
Scope
Classifier
Typepom
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09
23.4.0.24.05
23.5.0.24.07
23.6.0.24.10 Latest Major
+

com.oracle.database.jdbc:rsi

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc
Artifact Idrsi
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09
23.4.0.24.05
23.5.0.24.07
23.6.0.24.10 Latest Major
+

com.oracle.database.jdbc:ucp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc
Artifact Iducp
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09
23.4.0.24.05
23.5.0.24.07
23.6.0.24.10 Latest Major
+

com.oracle.database.jdbc:ucp11

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc
Artifact Iducp11
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09
23.4.0.24.05
23.5.0.24.07
23.6.0.24.10 Latest Major
+

com.oracle.database.jdbc.debug:ojdbc11-debug

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc.debug
Artifact Idojdbc11-debug
Current Version21.5.0.0
Scope
Classifier
Typepom
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.jdbc.debug:ojdbc11-observability-debug

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc.debug
Artifact Idojdbc11-observability-debug
Current Version21.5.0.0
Scope
Classifier
Typepom
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.jdbc.debug:ojdbc11_g

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc.debug
Artifact Idojdbc11_g
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.jdbc.debug:ojdbc11dms_g

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc.debug
Artifact Idojdbc11dms_g
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.jdbc.debug:ojdbc8-debug

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc.debug
Artifact Idojdbc8-debug
Current Version21.5.0.0
Scope
Classifier
Typepom
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.jdbc.debug:ojdbc8-observability-debug

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc.debug
Artifact Idojdbc8-observability-debug
Current Version21.5.0.0
Scope
Classifier
Typepom
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.jdbc.debug:ojdbc8_g

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc.debug
Artifact Idojdbc8_g
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.jdbc.debug:ojdbc8dms_g

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.jdbc.debug
Artifact Idojdbc8dms_g
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.nls:orai18n

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.nls
Artifact Idorai18n
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09
23.4.0.24.05
23.5.0.24.07
23.6.0.24.10 Latest Major
+

com.oracle.database.observability:dms

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.observability
Artifact Iddms
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09 Latest Major
+

com.oracle.database.observability:ojdbc11-observability

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.observability
Artifact Idojdbc11-observability
Current Version21.5.0.0
Scope
Classifier
Typepom
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.observability:ojdbc11dms

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.observability
Artifact Idojdbc11dms
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.observability:ojdbc8-observability

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.observability
Artifact Idojdbc8-observability
Current Version21.5.0.0
Scope
Classifier
Typepom
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.observability:ojdbc8dms

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.observability
Artifact Idojdbc8dms
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.r2dbc:oracle-r2dbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.oracle.database.r2dbc
Artifact Idoracle-r2dbc
Current Version0.4.0
Scope
Classifier
Typejar
Newer versions1.0.0
1.1.0
1.1.1
1.2.0
1.3.0 Latest Major
+

com.oracle.database.security:oraclepki

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.security
Artifact Idoraclepki
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09
23.4.0.24.05
23.5.0.24.07
23.6.0.24.10 Latest Major
+

com.oracle.database.security:osdt_cert

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.security
Artifact Idosdt_cert
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.security:osdt_core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.security
Artifact Idosdt_core
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
+

com.oracle.database.xml:xdb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.xml
Artifact Idxdb
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09
23.4.0.24.05
23.5.0.24.07
23.6.0.24.10 Latest Major
+

com.oracle.database.xml:xmlparserv2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.oracle.database.xml
Artifact Idxmlparserv2
Current Version21.5.0.0
Scope
Classifier
Typejar
Newer versions21.6.0.0
21.6.0.0.1
21.7.0.0
21.8.0.0
21.9.0.0
21.10.0.0
21.11.0.0
21.12.0.0
21.13.0.0
21.14.0.0
21.15.0.0
21.16.0.0 Latest Minor
23.2.0.0
23.3.0.23.09
23.4.0.24.05
23.5.0.24.07
23.6.0.24.10 Latest Major
+

com.querydsl:querydsl-apt

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-apt
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-codegen

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-codegen
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-codegen-utils

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.querydsl
Artifact Idquerydsl-codegen-utils
Current Version5.0.0
Scope
Classifier
Typejar
+

com.querydsl:querydsl-collections

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-collections
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-core
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-guava

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-guava
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-hibernate-search

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-hibernate-search
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-jdo

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-jdo
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-jpa

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-jpa
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-jpa-codegen

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-jpa-codegen
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-kotlin

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-kotlin
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-kotlin-codegen

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-kotlin-codegen
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-lucene3

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-lucene3
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-lucene4

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-lucene4
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-lucene5

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-lucene5
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-mongodb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-mongodb
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-scala

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-scala
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-spatial

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-spatial
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-sql

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-sql
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-sql-codegen

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-sql-codegen
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-sql-spatial

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-sql-spatial
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.querydsl:querydsl-sql-spring

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.querydsl
Artifact Idquerydsl-sql-spring
Current Version5.0.0
Scope
Classifier
Typejar
Newer versions5.1.0 Latest Minor
+

com.rabbitmq:amqp-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.rabbitmq
Artifact Idamqp-client
Current Version5.14.3
Scope
Classifier
Typejar
Newer versions5.15.0
5.16.0
5.16.1
5.17.0
5.17.1
5.18.0
5.19.0
5.20.0
5.21.0
5.22.0
5.23.0
5.24.0 Latest Minor
+

com.rabbitmq:stream-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.rabbitmq
Artifact Idstream-client
Current Version0.5.0
Scope
Classifier
Typejar
Newer versions0.6.0
0.7.0
0.8.0
0.9.0
0.10.0
0.11.0
0.12.0
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.18.0
0.19.0
0.20.0
0.21.0 Latest Minor
+

com.samskivert:jmustache

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.samskivert
Artifact Idjmustache
Current Version1.15
Scope
Classifier
Typejar
Newer versions1.16 Latest Minor
+

com.sendgrid:sendgrid-java

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.sendgrid
Artifact Idsendgrid-java
Current Version4.9.3
Scope
Classifier
Typejar
Newer versions4.10.0
4.10.1
4.10.2
4.10.3 Latest Minor
5.0.0-rc.1 Latest Major
+

com.squareup.okhttp3:logging-interceptor

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.squareup.okhttp3
Artifact Idlogging-interceptor
Current Version4.9.3
Scope
Classifier
Typejar
Newer versions4.10.0-RC1
4.10.0
4.11.0
4.12.0 Latest Minor
5.0.0-alpha.1
5.0.0-alpha.2
5.0.0-alpha.3
5.0.0-alpha.4
5.0.0-alpha.5
5.0.0-alpha.6
5.0.0-alpha.7
5.0.0-alpha.8
5.0.0-alpha.9
5.0.0-alpha.10
5.0.0-alpha.11
5.0.0-alpha.12
5.0.0-alpha.13
5.0.0-alpha.14 Latest Major
+

com.squareup.okhttp3:mockwebserver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.squareup.okhttp3
Artifact Idmockwebserver
Current Version4.9.3
Scope
Classifier
Typejar
Newer versions4.10.0-RC1
4.10.0
4.11.0
4.12.0 Latest Minor
5.0.0-alpha.1
5.0.0-alpha.2
5.0.0-alpha.3
5.0.0-alpha.4
5.0.0-alpha.5
5.0.0-alpha.6
5.0.0-alpha.7
5.0.0-alpha.8
5.0.0-alpha.9
5.0.0-alpha.10
5.0.0-alpha.11
5.0.0-alpha.12
5.0.0-alpha.13
5.0.0-alpha.14 Latest Major
+

com.squareup.okhttp3:okcurl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.squareup.okhttp3
Artifact Idokcurl
Current Version4.9.3
Scope
Classifier
Typejar
Newer versions4.10.0-RC1
4.10.0
4.11.0
4.12.0 Latest Minor
5.0.0-alpha.1
5.0.0-alpha.2
5.0.0-alpha.3
5.0.0-alpha.4
5.0.0-alpha.5
5.0.0-alpha.6
5.0.0-alpha.7
5.0.0-alpha.8
5.0.0-alpha.9
5.0.0-alpha.10
5.0.0-alpha.11
5.0.0-alpha.12
5.0.0-alpha.13
5.0.0-alpha.14 Latest Major
+

com.squareup.okhttp3:okhttp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.squareup.okhttp3
Artifact Idokhttp
Current Version4.9.3
Scope
Classifier
Typejar
Newer versions4.10.0-RC1
4.10.0
4.11.0
4.12.0 Latest Minor
5.0.0-alpha.1
5.0.0-alpha.2
5.0.0-alpha.3
5.0.0-alpha.4
5.0.0-alpha.5
5.0.0-alpha.6
5.0.0-alpha.7
5.0.0-alpha.8
5.0.0-alpha.9
5.0.0-alpha.10
5.0.0-alpha.11
5.0.0-alpha.12
5.0.0-alpha.13
5.0.0-alpha.14 Latest Major
+

com.squareup.okhttp3:okhttp-brotli

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.squareup.okhttp3
Artifact Idokhttp-brotli
Current Version4.9.3
Scope
Classifier
Typejar
Newer versions4.10.0-RC1
4.10.0
4.11.0
4.12.0 Latest Minor
5.0.0-alpha.1
5.0.0-alpha.2
5.0.0-alpha.3
5.0.0-alpha.4
5.0.0-alpha.5
5.0.0-alpha.6
5.0.0-alpha.7
5.0.0-alpha.8
5.0.0-alpha.9
5.0.0-alpha.10
5.0.0-alpha.11
5.0.0-alpha.12
5.0.0-alpha.13
5.0.0-alpha.14 Latest Major
+

com.squareup.okhttp3:okhttp-dnsoverhttps

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.squareup.okhttp3
Artifact Idokhttp-dnsoverhttps
Current Version4.9.3
Scope
Classifier
Typejar
Newer versions4.10.0-RC1
4.10.0
4.11.0
4.12.0 Latest Minor
5.0.0-alpha.1
5.0.0-alpha.2
5.0.0-alpha.3
5.0.0-alpha.4
5.0.0-alpha.5
5.0.0-alpha.6
5.0.0-alpha.7
5.0.0-alpha.8
5.0.0-alpha.9
5.0.0-alpha.10
5.0.0-alpha.11
5.0.0-alpha.12
5.0.0-alpha.13
5.0.0-alpha.14 Latest Major
+

com.squareup.okhttp3:okhttp-sse

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.squareup.okhttp3
Artifact Idokhttp-sse
Current Version4.9.3
Scope
Classifier
Typejar
Newer versions4.10.0-RC1
4.10.0
4.11.0
4.12.0 Latest Minor
5.0.0-alpha.1
5.0.0-alpha.2
5.0.0-alpha.3
5.0.0-alpha.4
5.0.0-alpha.5
5.0.0-alpha.6
5.0.0-alpha.7
5.0.0-alpha.8
5.0.0-alpha.9
5.0.0-alpha.10
5.0.0-alpha.11
5.0.0-alpha.12
5.0.0-alpha.13
5.0.0-alpha.14 Latest Major
+

com.squareup.okhttp3:okhttp-tls

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.squareup.okhttp3
Artifact Idokhttp-tls
Current Version4.9.3
Scope
Classifier
Typejar
Newer versions4.10.0-RC1
4.10.0
4.11.0
4.12.0 Latest Minor
5.0.0-alpha.1
5.0.0-alpha.2
5.0.0-alpha.3
5.0.0-alpha.4
5.0.0-alpha.5
5.0.0-alpha.6
5.0.0-alpha.7
5.0.0-alpha.8
5.0.0-alpha.9
5.0.0-alpha.10
5.0.0-alpha.11
5.0.0-alpha.12
5.0.0-alpha.13
5.0.0-alpha.14 Latest Major
+

com.squareup.okhttp3:okhttp-urlconnection

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.squareup.okhttp3
Artifact Idokhttp-urlconnection
Current Version4.9.3
Scope
Classifier
Typejar
Newer versions4.10.0-RC1
4.10.0
4.11.0
4.12.0 Latest Minor
5.0.0-alpha.1
5.0.0-alpha.2
5.0.0-alpha.3
5.0.0-alpha.4
5.0.0-alpha.5
5.0.0-alpha.6
5.0.0-alpha.7
5.0.0-alpha.8
5.0.0-alpha.9
5.0.0-alpha.10
5.0.0-alpha.11
5.0.0-alpha.12
5.0.0-alpha.13
5.0.0-alpha.14 Latest Major
+

com.sun.activation:jakarta.activation

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.sun.activation
Artifact Idjakarta.activation
Current Version1.2.2
Scope
Classifier
Typejar
Newer versions2.0.0-rc1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.1 Latest Major
+

com.sun.mail:jakarta.mail

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.sun.mail
Artifact Idjakarta.mail
Current Version1.6.7
Scope
Classifier
Typejar
Newer versions2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0-RC4
2.0.0-RC5
2.0.0-RC6
2.0.0
2.0.1 Latest Major
+

com.sun.xml.messaging.saaj:saaj-impl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.sun.xml.messaging.saaj
Artifact Idsaaj-impl
Current Version1.5.3
Scope
Classifier
Typejar
Newer versions2.0.0-M1
2.0.0
2.0.1
3.0.0-M1
3.0.0-M2
3.0.0-M3
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4 Latest Major
+

com.unboundid:unboundid-ldapsdk

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idcom.unboundid
Artifact Idunboundid-ldapsdk
Current Version6.0.10
Scope
Classifier
Typejar
Newer versions6.0.11 Latest Incremental
7.0.0
7.0.1
7.0.2 Latest Major
+

com.zaxxer:HikariCP

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.zaxxer
Artifact IdHikariCP
Current Version4.0.3
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.1.0
6.0.0
6.1.0
6.2.0
6.2.1 Latest Major
+

commons-codec:commons-codec

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcommons-codec
Artifact Idcommons-codec
Current Version1.15
Scope
Classifier
Typejar
Newer versions1.16.0
1.16.1
1.17.0
1.17.1 Latest Minor
+

commons-pool:commons-pool

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcommons-pool
Artifact Idcommons-pool
Current Version1.6
Scope
Classifier
Typejar
+

de.flapdoodle.embed:de.flapdoodle.embed.mongo

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idde.flapdoodle.embed
Artifact Idde.flapdoodle.embed.mongo
Current Version3.4.11
Scope
Classifier
Typejar
Newer versions3.5.0
3.5.1
3.5.2
3.5.3
3.5.4 Latest Minor
4.0.0-beta
4.0.1-beta
4.0.2-beta
4.0.3-beta
4.0.4-beta
4.0.5-beta
4.0.6-beta
4.0.7-beta
4.0.8-beta
4.0.9-beta
4.1.0
4.1.1
4.1.2
4.1.3
4.2.0
4.3.0
4.3.1
4.3.2
4.3.3
4.4.0
4.4.1
4.5.0
4.5.1
4.6.0
4.6.1
4.6.2
4.6.3
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.9.0
4.9.1
4.9.2
4.9.3
4.10.0
4.10.1
4.10.2
4.11.0
4.11.1
4.12.0
4.12.1
4.12.2
4.12.3
4.12.4
4.12.5
4.12.6
4.13.0
4.13.1
4.14.0
4.15.0
4.16.0
4.16.1
4.16.2
4.17.0
4.18.0
4.18.1 Latest Major
+

io.dropwizard.metrics:metrics-annotation

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-annotation
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-caffeine

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-caffeine
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-caffeine3

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-caffeine3
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-collectd

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-collectd
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-core
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-ehcache

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-ehcache
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-graphite

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-graphite
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-healthchecks

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-healthchecks
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-httpasyncclient

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-httpasyncclient
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-httpclient

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-httpclient
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-httpclient5

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-httpclient5
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jakarta-servlet

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jakarta-servlet
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jakarta-servlet6

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jakarta-servlet6
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jakarta-servlets

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jakarta-servlets
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jcache

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jcache
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jdbi

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jdbi
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jdbi3

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jdbi3
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jersey2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jersey2
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jersey3

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jersey3
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jersey31

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jersey31
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jetty10

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jetty10
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jetty11

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jetty11
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jetty12

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jetty12
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jetty12-ee10

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jetty12-ee10
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jetty9

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jetty9
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jmx

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jmx
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-json

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-json
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-jvm

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-jvm
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-log4j2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-log4j2
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-logback

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-logback
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-logback13

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-logback13
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-logback14

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-logback14
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-servlet

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-servlet
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.dropwizard.metrics:metrics-servlets

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.dropwizard.metrics
Artifact Idmetrics-servlets
Current Version4.2.22
Scope
Classifier
Typejar
Newer versions4.2.23
4.2.24
4.2.25
4.2.26
4.2.27
4.2.28
4.2.29 Latest Incremental
+

io.lettuce:lettuce-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.lettuce
Artifact Idlettuce-core
Current Version6.1.10.RELEASE
Scope
Classifier
Typejar
Newer versions6.2.0.RELEASE
6.2.1.RELEASE
6.2.2.RELEASE
6.2.3.RELEASE
6.2.4.RELEASE
6.2.5.RELEASE
6.2.6.RELEASE
6.2.7.RELEASE
6.3.0.RELEASE
6.3.1.RELEASE
6.3.2.RELEASE
6.4.0.M1
6.4.0.RELEASE
6.4.1.RELEASE
6.4.2.RELEASE
6.5.0.RC1
6.5.0.RC2
6.5.0.RELEASE
6.5.1.RELEASE
6.5.2.RELEASE
6.6.0.BETA1
6.6.0.BETA2 Latest Minor
+

io.micrometer:micrometer-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-core
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-appoptics

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-appoptics
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-atlas

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-atlas
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-azure-monitor

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-azure-monitor
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-cloudwatch

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-cloudwatch
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13 Latest Minor
+

io.micrometer:micrometer-registry-cloudwatch2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-cloudwatch2
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-datadog

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-datadog
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-dynatrace

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-dynatrace
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-elastic

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-elastic
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-ganglia

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-ganglia
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-graphite

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-graphite
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-health

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-health
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-humio

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-humio
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-influx

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-influx
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-jmx

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-jmx
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-kairos

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-kairos
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-new-relic

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-new-relic
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-opentsdb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-opentsdb
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-otlp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-otlp
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-prometheus

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-prometheus
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-signalfx

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-signalfx
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-stackdriver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-stackdriver
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-statsd

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-statsd
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-registry-wavefront

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-registry-wavefront
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.micrometer:micrometer-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.micrometer
Artifact Idmicrometer-test
Current Version1.9.17
Scope
Classifier
Typejar
Newer versions1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.10.10
1.10.11
1.10.12
1.10.13
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.11.5
1.11.6
1.11.7
1.11.8
1.11.9
1.11.10
1.11.11
1.11.12
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.12.5
1.12.6
1.12.7
1.12.8
1.12.9
1.12.10
1.12.11
1.12.12
1.12.13
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.2 Latest Minor
+

io.netty:netty-all

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-all
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha1
5.0.0.Alpha2 Latest Major
+

io.netty:netty-buffer

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-buffer
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha1
5.0.0.Alpha2 Latest Major
+

io.netty:netty-codec

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-codec
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha1
5.0.0.Alpha2 Latest Major
+

io.netty:netty-codec-dns

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-codec-dns
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha2 Latest Major
+

io.netty:netty-codec-haproxy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-codec-haproxy
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha2 Latest Major
+

io.netty:netty-codec-http

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-codec-http
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha1
5.0.0.Alpha2 Latest Major
+

io.netty:netty-codec-http2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-codec-http2
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha2 Latest Major
+

io.netty:netty-codec-memcache

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-codec-memcache
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha1
5.0.0.Alpha2 Latest Major
+

io.netty:netty-codec-mqtt

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-codec-mqtt
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha2 Latest Major
+

io.netty:netty-codec-redis

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-codec-redis
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
+

io.netty:netty-codec-smtp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-codec-smtp
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
+

io.netty:netty-codec-socks

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-codec-socks
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha1
5.0.0.Alpha2 Latest Major
+

io.netty:netty-codec-stomp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-codec-stomp
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha2 Latest Major
+

io.netty:netty-codec-xml

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-codec-xml
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha2 Latest Major
+

io.netty:netty-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-common
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha1
5.0.0.Alpha2 Latest Major
+

io.netty:netty-dev-tools

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-dev-tools
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
+

io.netty:netty-example

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-example
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha1
5.0.0.Alpha2 Latest Major
+

io.netty:netty-handler

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-handler
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha1
5.0.0.Alpha2 Latest Major
+

io.netty:netty-handler-proxy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-handler-proxy
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha2 Latest Major
+

io.netty:netty-handler-ssl-ocsp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-handler-ssl-ocsp
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
+

io.netty:netty-resolver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-resolver
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha2 Latest Major
+

io.netty:netty-resolver-dns

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-resolver-dns
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha2 Latest Major
+

io.netty:netty-resolver-dns-classes-macos

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-resolver-dns-classes-macos
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
+

io.netty:netty-resolver-dns-native-macos

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-resolver-dns-native-macos
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
+

io.netty:netty-tcnative

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-tcnative
Current Version2.0.61.Final
Scope
Classifierlinux-x86_64
Typejar
Newer versions2.0.62.Final
2.0.63.Final
2.0.64.Final
2.0.65.Final
2.0.66.Final
2.0.67.Final
2.0.68.Final
2.0.69.Final Latest Incremental
+

io.netty:netty-tcnative-boringssl-static

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-tcnative-boringssl-static
Current Version2.0.61.Final
Scope
Classifier
Typejar
Newer versions2.0.62.Final
2.0.63.Final
2.0.64.Final
2.0.65.Final
2.0.66.Final
2.0.67.Final
2.0.68.Final
2.0.69.Final Latest Incremental
+

io.netty:netty-tcnative-classes

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-tcnative-classes
Current Version2.0.61.Final
Scope
Classifier
Typejar
Newer versions2.0.62.Final
2.0.63.Final
2.0.64.Final
2.0.65.Final
2.0.66.Final
2.0.67.Final
2.0.68.Final
2.0.69.Final Latest Incremental
+

io.netty:netty-transport

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-transport
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha1
5.0.0.Alpha2 Latest Major
+

io.netty:netty-transport-classes-epoll

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-transport-classes-epoll
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
+

io.netty:netty-transport-classes-kqueue

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-transport-classes-kqueue
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
+

io.netty:netty-transport-native-epoll

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-transport-native-epoll
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha2 Latest Major
+

io.netty:netty-transport-native-kqueue

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-transport-native-kqueue
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
+

io.netty:netty-transport-native-unix-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-transport-native-unix-common
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
+

io.netty:netty-transport-rxtx

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-transport-rxtx
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha1
5.0.0.Alpha2 Latest Major
+

io.netty:netty-transport-sctp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-transport-sctp
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha1
5.0.0.Alpha2 Latest Major
+

io.netty:netty-transport-udt

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.netty
Artifact Idnetty-transport-udt
Current Version4.1.101.Final
Scope
Classifier
Typejar
Newer versions4.1.102.Final
4.1.103.Final
4.1.104.Final
4.1.105.Final
4.1.106.Final
4.1.107.Final
4.1.108.Final
4.1.109.Final
4.1.110.Final
4.1.111.Final
4.1.112.Final
4.1.113.Final
4.1.114.Final
4.1.115.Final
4.1.116.Final Latest Incremental
4.2.0.Alpha1
4.2.0.Alpha2
4.2.0.Alpha3
4.2.0.Alpha4
4.2.0.Alpha5
4.2.0.Beta1
4.2.0.RC1 Latest Minor
5.0.0.Alpha1
5.0.0.Alpha2 Latest Major
+

io.projectreactor:reactor-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.projectreactor
Artifact Idreactor-core
Current Version3.4.34
Scope
Classifier
Typejar
Newer versions3.4.35
3.4.36
3.4.37
3.4.38
3.4.39
3.4.40
3.4.41 Latest Incremental
3.5.0
3.5.1
3.5.2
3.5.3
3.5.4
3.5.5
3.5.6
3.5.7
3.5.8
3.5.9
3.5.10
3.5.11
3.5.12
3.5.13
3.5.14
3.5.15
3.5.16
3.5.17
3.5.18
3.5.19
3.5.20
3.6.0
3.6.1
3.6.2
3.6.3
3.6.4
3.6.5
3.6.6
3.6.7
3.6.8
3.6.9
3.6.10
3.6.11
3.6.12
3.6.13
3.7.0
3.7.1 Latest Minor
+

io.projectreactor:reactor-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.projectreactor
Artifact Idreactor-test
Current Version3.4.34
Scope
Classifier
Typejar
Newer versions3.4.35
3.4.36
3.4.37
3.4.38
3.4.39
3.4.40
3.4.41 Latest Incremental
3.5.0
3.5.1
3.5.2
3.5.3
3.5.4
3.5.5
3.5.6
3.5.7
3.5.8
3.5.9
3.5.10
3.5.11
3.5.12
3.5.13
3.5.14
3.5.15
3.5.16
3.5.17
3.5.18
3.5.19
3.5.20
3.6.0
3.6.1
3.6.2
3.6.3
3.6.4
3.6.5
3.6.6
3.6.7
3.6.8
3.6.9
3.6.10
3.6.11
3.6.12
3.6.13
3.7.0
3.7.1 Latest Minor
+

io.projectreactor:reactor-tools

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.projectreactor
Artifact Idreactor-tools
Current Version3.4.34
Scope
Classifier
Typejar
Newer versions3.4.35
3.4.36
3.4.37
3.4.38
3.4.39
3.4.40
3.4.41 Latest Incremental
3.5.0
3.5.1
3.5.2
3.5.3
3.5.4
3.5.5
3.5.6
3.5.7
3.5.8
3.5.9
3.5.10
3.5.11
3.5.12
3.5.13
3.5.14
3.5.15
3.5.16
3.5.17
3.5.18
3.5.19
3.5.20
3.6.0
3.6.1
3.6.2
3.6.3
3.6.4
3.6.5
3.6.6
3.6.7
3.6.8
3.6.9
3.6.10
3.6.11
3.6.12
3.6.13
3.7.0
3.7.1 Latest Minor
+

io.projectreactor.addons:reactor-adapter

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.projectreactor.addons
Artifact Idreactor-adapter
Current Version3.4.10
Scope
Classifier
Typejar
Newer versions3.4.11 Latest Incremental
3.5.0
3.5.1
3.5.2 Latest Minor
+

io.projectreactor.addons:reactor-extra

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.projectreactor.addons
Artifact Idreactor-extra
Current Version3.4.10
Scope
Classifier
Typejar
Newer versions3.4.11 Latest Incremental
3.5.0
3.5.1
3.5.2 Latest Minor
+

io.projectreactor.addons:reactor-pool

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.projectreactor.addons
Artifact Idreactor-pool
Current Version0.2.12
Scope
Classifier
Typejar
Newer versions0.2.13 Latest Incremental
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.1.0 Latest Major
+

io.projectreactor.kafka:reactor-kafka

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idio.projectreactor.kafka
Artifact Idreactor-kafka
Current Version1.3.22
Scope
Classifier
Typejar
+

io.projectreactor.kotlin:reactor-kotlin-extensions

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.projectreactor.kotlin
Artifact Idreactor-kotlin-extensions
Current Version1.1.10
Scope
Classifier
Typejar
Newer versions1.1.11 Latest Incremental
1.2.0
1.2.1
1.2.2
1.2.3 Latest Minor
+

io.projectreactor.netty:reactor-netty

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.projectreactor.netty
Artifact Idreactor-netty
Current Version1.0.39
Scope
Classifier
Typejar
Newer versions1.0.40
1.0.41
1.0.42
1.0.43
1.0.44
1.0.45
1.0.46
1.0.47
1.0.48 Latest Incremental
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.1.10
1.1.11
1.1.12
1.1.13
1.1.14
1.1.15
1.1.16
1.1.17
1.1.18
1.1.19
1.1.20
1.1.21
1.1.22
1.1.23
1.1.24
1.1.25
1.2.0
1.2.1 Latest Minor
+

io.projectreactor.netty:reactor-netty-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.projectreactor.netty
Artifact Idreactor-netty-core
Current Version1.0.39
Scope
Classifier
Typejar
Newer versions1.0.40
1.0.41
1.0.42
1.0.43
1.0.44
1.0.45
1.0.46
1.0.47
1.0.48 Latest Incremental
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.1.10
1.1.11
1.1.12
1.1.13
1.1.14
1.1.15
1.1.16
1.1.17
1.1.18
1.1.19
1.1.20
1.1.21
1.1.22
1.1.23
1.1.24
1.1.25
1.2.0
1.2.1 Latest Minor
+

io.projectreactor.netty:reactor-netty-http

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.projectreactor.netty
Artifact Idreactor-netty-http
Current Version1.0.39
Scope
Classifier
Typejar
Newer versions1.0.40
1.0.41
1.0.42
1.0.43
1.0.44
1.0.45
1.0.46
1.0.47
1.0.48 Latest Incremental
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.1.10
1.1.11
1.1.12
1.1.13
1.1.14
1.1.15
1.1.16
1.1.17
1.1.18
1.1.19
1.1.20
1.1.21
1.1.22
1.1.23
1.1.24
1.1.25
1.2.0
1.2.1 Latest Minor
+

io.projectreactor.netty:reactor-netty-http-brave

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.projectreactor.netty
Artifact Idreactor-netty-http-brave
Current Version1.0.39
Scope
Classifier
Typejar
Newer versions1.0.40
1.0.41
1.0.42
1.0.43
1.0.44
1.0.45
1.0.46
1.0.47
1.0.48 Latest Incremental
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.1.10
1.1.11
1.1.12
1.1.13
1.1.14
1.1.15
1.1.16
1.1.17
1.1.18
1.1.19
1.1.20
1.1.21
1.1.22
1.1.23
1.1.24
1.1.25
1.2.0
1.2.1 Latest Minor
+

io.projectreactor.rabbitmq:reactor-rabbitmq

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idio.projectreactor.rabbitmq
Artifact Idreactor-rabbitmq
Current Version1.5.6
Scope
Classifier
Typejar
+

io.prometheus:simpleclient

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_caffeine

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_caffeine
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_common
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_dropwizard

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_dropwizard
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_graphite_bridge

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_graphite_bridge
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_guava

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_guava
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_hibernate

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_hibernate
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_hotspot

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_hotspot
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_httpserver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_httpserver
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_jetty

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_jetty
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_jetty_jdk8

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_jetty_jdk8
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_log4j

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_log4j
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_log4j2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_log4j2
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_logback

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_logback
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_pushgateway

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_pushgateway
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_servlet

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_servlet
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_servlet_jakarta

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_servlet_jakarta
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_spring_boot

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_spring_boot
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_spring_web

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_spring_web
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_tracer_otel

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_tracer_otel
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_tracer_otel_agent

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_tracer_otel_agent
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.prometheus:simpleclient_vertx

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.prometheus
Artifact Idsimpleclient_vertx
Current Version0.15.0
Scope
Classifier
Typejar
Newer versions0.16.0 Latest Minor
+

io.r2dbc:r2dbc-h2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.r2dbc
Artifact Idr2dbc-h2
Current Version0.9.1.RELEASE
Scope
Classifier
Typejar
Newer versions1.0.0.RC1
1.0.0.RELEASE Latest Major
+

io.r2dbc:r2dbc-mssql

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.r2dbc
Artifact Idr2dbc-mssql
Current Version0.9.0.RELEASE
Scope
Classifier
Typejar
Newer versions1.0.0.RC1
1.0.0.RELEASE
1.0.1.RELEASE
1.0.2.RELEASE Latest Major
+

io.r2dbc:r2dbc-pool

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.r2dbc
Artifact Idr2dbc-pool
Current Version0.9.2.RELEASE
Scope
Classifier
Typejar
Newer versions1.0.0.RC1
1.0.0.RELEASE
1.0.1.RELEASE
1.0.2.RELEASE Latest Major
+

io.r2dbc:r2dbc-proxy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.r2dbc
Artifact Idr2dbc-proxy
Current Version0.9.1.RELEASE
Scope
Classifier
Typejar
Newer versions1.0.0.RELEASE
1.0.1.RELEASE
1.1.0.RELEASE
1.1.1.RELEASE
1.1.2.RELEASE
1.1.3.RELEASE
1.1.4.RELEASE
1.1.5.RELEASE Latest Major
+

io.r2dbc:r2dbc-spi

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.r2dbc
Artifact Idr2dbc-spi
Current Version0.9.1.RELEASE
Scope
Classifier
Typejar
Newer versions1.0.0.RELEASE Latest Major
+

io.reactivex:rxjava

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idio.reactivex
Artifact Idrxjava
Current Version1.3.8
Scope
Classifier
Typejar
+

io.reactivex:rxjava-reactive-streams

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idio.reactivex
Artifact Idrxjava-reactive-streams
Current Version1.2.1
Scope
Classifier
Typejar
+

io.reactivex.rxjava2:rxjava

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idio.reactivex.rxjava2
Artifact Idrxjava
Current Version2.2.21
Scope
Classifier
Typejar
+

io.rest-assured:json-path

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.rest-assured
Artifact Idjson-path
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.1.0
5.1.1
5.2.0
5.2.1
5.3.0
5.3.1
5.3.2
5.4.0
5.5.0 Latest Major
+

io.rest-assured:json-schema-validator

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.rest-assured
Artifact Idjson-schema-validator
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.1.0
5.1.1
5.2.0
5.2.1
5.3.0
5.3.1
5.3.2
5.4.0
5.5.0 Latest Major
+

io.rest-assured:kotlin-extensions

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.rest-assured
Artifact Idkotlin-extensions
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.1.0
5.1.1
5.2.0
5.2.1
5.3.0
5.3.1
5.3.2
5.4.0
5.5.0 Latest Major
+

io.rest-assured:rest-assured

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.rest-assured
Artifact Idrest-assured
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.1.0
5.1.1
5.2.0
5.2.1
5.3.0
5.3.1
5.3.2
5.4.0
5.5.0 Latest Major
+

io.rest-assured:rest-assured-all

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.rest-assured
Artifact Idrest-assured-all
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.1.0
5.1.1
5.2.0
5.2.1
5.3.0
5.3.1
5.3.2
5.4.0
5.5.0 Latest Major
+

io.rest-assured:rest-assured-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.rest-assured
Artifact Idrest-assured-common
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.1.0
5.1.1
5.2.0
5.2.1
5.3.0
5.3.1
5.3.2
5.4.0
5.5.0 Latest Major
+

io.rest-assured:scala-support

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.rest-assured
Artifact Idscala-support
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.1.0
5.1.1
5.2.0
5.2.1
5.3.0
5.3.1
5.3.2
5.4.0
5.5.0 Latest Major
+

io.rest-assured:spring-commons

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.rest-assured
Artifact Idspring-commons
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.1.0
5.1.1
5.2.0
5.2.1
5.3.0
5.3.1
5.3.2
5.4.0
5.5.0 Latest Major
+

io.rest-assured:spring-mock-mvc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.rest-assured
Artifact Idspring-mock-mvc
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.1.0
5.1.1
5.2.0
5.2.1
5.3.0
5.3.1
5.3.2
5.4.0
5.5.0 Latest Major
+

io.rest-assured:spring-mock-mvc-kotlin-extensions

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.rest-assured
Artifact Idspring-mock-mvc-kotlin-extensions
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.1.0
5.1.1
5.2.0
5.2.1
5.3.0
5.3.1
5.3.2
5.4.0
5.5.0 Latest Major
+

io.rest-assured:spring-web-test-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.rest-assured
Artifact Idspring-web-test-client
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.1.0
5.1.1
5.2.0
5.2.1
5.3.0
5.3.1
5.3.2
5.4.0
5.5.0 Latest Major
+

io.rest-assured:xml-path

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idio.rest-assured
Artifact Idxml-path
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.1.0
5.1.1
5.2.0
5.2.1
5.3.0
5.3.1
5.3.2
5.4.0
5.5.0 Latest Major
+

io.rest-assured.examples:kotlin-example

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idio.rest-assured.examples
Artifact Idkotlin-example
Current Version4.5.1
Scope
Classifier
Typejar
+

io.rest-assured.examples:rest-assured-itest-java

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idio.rest-assured.examples
Artifact Idrest-assured-itest-java
Current Version4.5.1
Scope
Classifier
Typejar
+

io.rest-assured.examples:scala-example

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idio.rest-assured.examples
Artifact Idscala-example
Current Version4.5.1
Scope
Classifier
Typejar
+

io.rest-assured.examples:scala-mock-mvc-example

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idio.rest-assured.examples
Artifact Idscala-mock-mvc-example
Current Version4.5.1
Scope
Classifier
Typejar
+

io.rest-assured.examples:scalatra-example

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idio.rest-assured.examples
Artifact Idscalatra-example
Current Version4.5.1
Scope
Classifier
Typejar
+

io.rest-assured.examples:scalatra-webapp

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idio.rest-assured.examples
Artifact Idscalatra-webapp
Current Version4.5.1
Scope
Classifier
Typewar
+

io.rest-assured.examples:spring-mvc-webapp

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idio.rest-assured.examples
Artifact Idspring-mvc-webapp
Current Version4.5.1
Scope
Classifier
Typewar
+

io.rsocket:rsocket-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.rsocket
Artifact Idrsocket-core
Current Version1.1.3
Scope
Classifier
Typejar
Newer versions1.1.4 Latest Incremental
+

io.rsocket:rsocket-load-balancer

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.rsocket
Artifact Idrsocket-load-balancer
Current Version1.1.3
Scope
Classifier
Typejar
Newer versions1.1.4 Latest Incremental
+

io.rsocket:rsocket-micrometer

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.rsocket
Artifact Idrsocket-micrometer
Current Version1.1.3
Scope
Classifier
Typejar
Newer versions1.1.4 Latest Incremental
+

io.rsocket:rsocket-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.rsocket
Artifact Idrsocket-test
Current Version1.1.3
Scope
Classifier
Typejar
Newer versions1.1.4 Latest Incremental
+

io.rsocket:rsocket-transport-local

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.rsocket
Artifact Idrsocket-transport-local
Current Version1.1.3
Scope
Classifier
Typejar
Newer versions1.1.4 Latest Incremental
+

io.rsocket:rsocket-transport-netty

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.rsocket
Artifact Idrsocket-transport-netty
Current Version1.1.3
Scope
Classifier
Typejar
Newer versions1.1.4 Latest Incremental
+

io.spring.gradle:dependency-management-plugin

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idio.spring.gradle
Artifact Iddependency-management-plugin
Current Version1.0.15.RELEASE
Scope
Classifier
Typejar
Newer versions1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7 Latest Minor
+

io.undertow:undertow-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.undertow
Artifact Idundertow-core
Current Version2.2.28.Final
Scope
Classifier
Typejar
Newer versions2.2.29.Final
2.2.30.Final
2.2.31.Final
2.2.32.Final
2.2.33.Final
2.2.34.Final
2.2.35.Final
2.2.36.Final
2.2.37.Final Latest Incremental
2.3.0.Alpha1
2.3.0.Alpha2
2.3.0.Beta1
2.3.0.Final
2.3.1.Final
2.3.2.Final
2.3.3.Final
2.3.4.Final
2.3.5.Final
2.3.6.Final
2.3.7.Final
2.3.8.Final
2.3.9.Final
2.3.10.Final
2.3.11.Final
2.3.12.Final
2.3.13.Final
2.3.14.Final
2.3.15.Final
2.3.16.Final
2.3.17.Final
2.3.18.Final Latest Minor
+

io.undertow:undertow-servlet

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.undertow
Artifact Idundertow-servlet
Current Version2.2.28.Final
Scope
Classifier
Typejar
Newer versions2.2.29.Final
2.2.30.Final
2.2.31.Final
2.2.32.Final
2.2.33.Final
2.2.34.Final
2.2.35.Final
2.2.36.Final
2.2.37.Final Latest Incremental
2.3.0.Alpha1
2.3.0.Alpha2
2.3.0.Beta1
2.3.0.Final
2.3.1.Final
2.3.2.Final
2.3.3.Final
2.3.4.Final
2.3.5.Final
2.3.6.Final
2.3.7.Final
2.3.8.Final
2.3.9.Final
2.3.10.Final
2.3.11.Final
2.3.12.Final
2.3.13.Final
2.3.14.Final
2.3.15.Final
2.3.16.Final
2.3.17.Final
2.3.18.Final Latest Minor
+

io.undertow:undertow-websockets-jsr

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idio.undertow
Artifact Idundertow-websockets-jsr
Current Version2.2.28.Final
Scope
Classifier
Typejar
Newer versions2.2.29.Final
2.2.30.Final
2.2.31.Final
2.2.32.Final
2.2.33.Final
2.2.34.Final
2.2.35.Final
2.2.36.Final
2.2.37.Final Latest Incremental
2.3.0.Alpha1
2.3.0.Alpha2
2.3.0.Beta1
2.3.0.Final
2.3.1.Final
2.3.2.Final
2.3.3.Final
2.3.4.Final
2.3.5.Final
2.3.6.Final
2.3.7.Final
2.3.8.Final
2.3.9.Final
2.3.10.Final
2.3.11.Final
2.3.12.Final
2.3.13.Final
2.3.14.Final
2.3.15.Final
2.3.16.Final
2.3.17.Final
2.3.18.Final Latest Minor
+

jakarta.activation:jakarta.activation-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.activation
Artifact Idjakarta.activation-api
Current Version1.2.2
Scope
Classifier
Typejar
Newer versions2.0.0-rc1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.1
2.1.0-RC1
2.1.0-RC2
2.1.0
2.1.1
2.1.2
2.1.3 Latest Major
+

jakarta.annotation:jakarta.annotation-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.annotation
Artifact Idjakarta.annotation-api
Current Version1.3.5
Scope
Classifier
Typejar
Newer versions2.0.0-RC1
2.0.0
2.1.0-B1
2.1.0
2.1.1
3.0.0-M1
3.0.0 Latest Major
+

jakarta.jms:jakarta.jms-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.jms
Artifact Idjakarta.jms-api
Current Version2.0.3
Scope
Classifier
Typejar
Newer versions3.0.0-RC1
3.0.0
3.1.0 Latest Major
+

jakarta.json:jakarta.json-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.json
Artifact Idjakarta.json-api
Current Version1.1.6
Scope
Classifier
Typejar
Newer versions2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.1
2.0.2
2.1.0-RC1
2.1.0
2.1.1
2.1.2
2.1.3 Latest Major
+

jakarta.json.bind:jakarta.json.bind-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.json.bind
Artifact Idjakarta.json.bind-api
Current Version1.0.2
Scope
Classifier
Typejar
Newer versions2.0.0-RC1
2.0.0-RC2
2.0.0
3.0.0-RC1
3.0.0
3.0.1 Latest Major
+

jakarta.mail:jakarta.mail-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.mail
Artifact Idjakarta.mail-api
Current Version1.6.7
Scope
Classifier
Typejar
Newer versions2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0-RC4
2.0.0-RC5
2.0.0-RC6
2.0.0
2.0.1
2.1.0-RC1
2.1.0-RC2
2.1.0
2.1.1
2.1.2
2.1.3 Latest Major
+

jakarta.management.j2ee:jakarta.management.j2ee-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjakarta.management.j2ee
Artifact Idjakarta.management.j2ee-api
Current Version1.1.4
Scope
Classifier
Typejar
+

jakarta.persistence:jakarta.persistence-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.persistence
Artifact Idjakarta.persistence-api
Current Version2.2.3
Scope
Classifier
Typejar
Newer versions3.0.0-RC1
3.0.0-RC2
3.0.0
3.1.0-RC1
3.1.0-RC2
3.1.0
3.2.0-B01
3.2.0-B02
3.2.0-M1
3.2.0-M2
3.2.0 Latest Major
+

jakarta.servlet:jakarta.servlet-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.servlet
Artifact Idjakarta.servlet-api
Current Version4.0.4
Scope
Classifier
Typejar
Newer versions5.0.0-M1
5.0.0-M2
5.0.0
6.0.0
6.1.0-M1
6.1.0-M2
6.1.0 Latest Major
+

jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.servlet.jsp.jstl
Artifact Idjakarta.servlet.jsp.jstl-api
Current Version1.2.7
Scope
Classifier
Typejar
Newer versions2.0.0-RC1
2.0.0
3.0.0
3.0.1
3.0.2 Latest Major
+

jakarta.transaction:jakarta.transaction-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.transaction
Artifact Idjakarta.transaction-api
Current Version1.3.3
Scope
Classifier
Typejar
Newer versions2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.1-RC1
2.0.1 Latest Major
+

jakarta.validation:jakarta.validation-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.validation
Artifact Idjakarta.validation-api
Current Version2.0.2
Scope
Classifier
Typejar
Newer versions3.0.0-M1
3.0.0
3.0.1
3.0.2
3.1.0-M1
3.1.0-M2
3.1.0 Latest Major
+

jakarta.websocket:jakarta.websocket-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.websocket
Artifact Idjakarta.websocket-api
Current Version1.1.2
Scope
Classifier
Typejar
Newer versions2.0.0-M1
2.0.0-RC1
2.0.0
2.1.0
2.1.1
2.2.0-M1
2.2.0 Latest Major
+

jakarta.ws.rs:jakarta.ws.rs-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.ws.rs
Artifact Idjakarta.ws.rs-api
Current Version2.1.6
Scope
Classifier
Typejar
Newer versions3.0.0-M1
3.0.0
3.1.0
4.0.0-M2
4.0.0 Latest Major
+

jakarta.xml.bind:jakarta.xml.bind-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.xml.bind
Artifact Idjakarta.xml.bind-api
Current Version2.3.3
Scope
Classifier
Typejar
Newer versions3.0.0-RC1
3.0.0-RC2
3.0.0-RC3
3.0.0
3.0.1
4.0.0-RC1
4.0.0-RC2
4.0.0-RC3
4.0.0
4.0.1
4.0.2 Latest Major
+

jakarta.xml.soap:jakarta.xml.soap-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.xml.soap
Artifact Idjakarta.xml.soap-api
Current Version1.4.2
Scope
Classifier
Typejar
Newer versions2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.1
3.0.0-RC1
3.0.0-RC2
3.0.0
3.0.1
3.0.2 Latest Major
+

jakarta.xml.ws:jakarta.xml.ws-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjakarta.xml.ws
Artifact Idjakarta.xml.ws-api
Current Version2.3.3
Scope
Classifier
Typejar
Newer versions3.0.0-RC1
3.0.0-RC2
3.0.0-RC3
3.0.0
3.0.1
4.0.0-RC1
4.0.0-RC2
4.0.0
4.0.1
4.0.2 Latest Major
+

javax.activation:javax.activation-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.activation
Artifact Idjavax.activation-api
Current Version1.2.0
Scope
Classifier
Typejar
+

javax.annotation:javax.annotation-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.annotation
Artifact Idjavax.annotation-api
Current Version1.3.2
Scope
Classifier
Typejar
+

javax.cache:cache-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.cache
Artifact Idcache-api
Current Version1.1.1
Scope
Classifier
Typejar
+

javax.jms:javax.jms-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.jms
Artifact Idjavax.jms-api
Current Version2.0.1
Scope
Classifier
Typejar
+

javax.json:javax.json-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.json
Artifact Idjavax.json-api
Current Version1.1.4
Scope
Classifier
Typejar
+

javax.json.bind:javax.json.bind-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.json.bind
Artifact Idjavax.json.bind-api
Current Version1.0
Scope
Classifier
Typejar
+

javax.mail:javax.mail-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.mail
Artifact Idjavax.mail-api
Current Version1.6.2
Scope
Classifier
Typejar
+

javax.money:money-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.money
Artifact Idmoney-api
Current Version1.1
Scope
Classifier
Typejar
+

javax.persistence:javax.persistence-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.persistence
Artifact Idjavax.persistence-api
Current Version2.2
Scope
Classifier
Typejar
+

javax.servlet:javax.servlet-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.servlet
Artifact Idjavax.servlet-api
Current Version4.0.1
Scope
Classifier
Typejar
+

javax.servlet:jstl

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.servlet
Artifact Idjstl
Current Version1.2
Scope
Classifier
Typejar
+

javax.transaction:javax.transaction-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.transaction
Artifact Idjavax.transaction-api
Current Version1.3
Scope
Classifier
Typejar
+

javax.validation:validation-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.validation
Artifact Idvalidation-api
Current Version2.0.1.Final
Scope
Classifier
Typejar
+

javax.websocket:javax.websocket-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.websocket
Artifact Idjavax.websocket-api
Current Version1.1
Scope
Classifier
Typejar
+

javax.xml.bind:jaxb-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idjavax.xml.bind
Artifact Idjaxb-api
Current Version2.3.1
Scope
Classifier
Typejar
Newer versions2.4.0-b180725.0427
2.4.0-b180830.0359 Latest Minor
+

javax.xml.ws:jaxws-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjavax.xml.ws
Artifact Idjaxws-api
Current Version2.3.1
Scope
Classifier
Typejar
+

jaxen:jaxen

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idjaxen
Artifact Idjaxen
Current Version1.2.0
Scope
Classifier
Typejar
Newer versions2.0.0-beta-1
2.0.0 Latest Major
+

junit:junit

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idjunit
Artifact Idjunit
Current Version4.13.2
Scope
Classifier
Typejar
+

net.bytebuddy:byte-buddy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idnet.bytebuddy
Artifact Idbyte-buddy
Current Version1.12.23
Scope
Classifier
Typejar
Newer versions1.13.0
1.14.0
1.14.1
1.14.2
1.14.3
1.14.4
1.14.5
1.14.6
1.14.7
1.14.8
1.14.9
1.14.10
1.14.11
1.14.12
1.14.13
1.14.14
1.14.15
1.14.16
1.14.17
1.14.18
1.14.19
1.15.0
1.15.1
1.15.2
1.15.3
1.15.4
1.15.5
1.15.7
1.15.8
1.15.9
1.15.10
1.15.11 Latest Minor
+

net.bytebuddy:byte-buddy

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idnet.bytebuddy
Artifact Idbyte-buddy
Current Version1.15.11
Scopecompile
Classifier
Typejar
+

net.bytebuddy:byte-buddy-agent

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idnet.bytebuddy
Artifact Idbyte-buddy-agent
Current Version1.12.23
Scope
Classifier
Typejar
Newer versions1.13.0
1.14.0
1.14.1
1.14.2
1.14.3
1.14.4
1.14.5
1.14.6
1.14.7
1.14.8
1.14.9
1.14.10
1.14.11
1.14.12
1.14.13
1.14.14
1.14.15
1.14.16
1.14.17
1.14.18
1.14.19
1.15.0
1.15.1
1.15.2
1.15.3
1.15.4
1.15.5
1.15.7
1.15.8
1.15.9
1.15.10
1.15.11 Latest Minor
+

net.bytebuddy:byte-buddy-agent

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idnet.bytebuddy
Artifact Idbyte-buddy-agent
Current Version1.15.11
Scopecompile
Classifier
Typejar
+

net.java.dev.jna:jna

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idnet.java.dev.jna
Artifact Idjna
Current Version5.16.0
Scope
Classifier
Typejar
+

net.java.dev.jna:jna-platform

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idnet.java.dev.jna
Artifact Idjna-platform
Current Version5.16.0
Scope
Classifier
Typejar
+

net.minidev:json-smart

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idnet.minidev
Artifact Idjson-smart
Current Version2.4.11
Scope
Classifier
Typejar
Newer versions2.5.0
2.5.1 Latest Minor
+

net.sf.ehcache:ehcache

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idnet.sf.ehcache
Artifact Idehcache
Current Version2.10.9.2
Scope
Classifier
Typejar
+

net.sf.jopt-simple:jopt-simple

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idnet.sf.jopt-simple
Artifact Idjopt-simple
Current Version5.0.4
Scopetest
Classifier
Typejar
Newer versions6.0-alpha-1
6.0-alpha-2
6.0-alpha-3 Latest Major
+

net.sourceforge.htmlunit:htmlunit

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idnet.sourceforge.htmlunit
Artifact Idhtmlunit
Current Version2.60.0
Scope
Classifier
Typejar
Newer versions2.61.0
2.62.0
2.63.0
2.64.0
2.65.0
2.65.1
2.66.0
2.67.0
2.68.0
2.69.0
2.70.0 Latest Minor
+

net.sourceforge.jtds:jtds

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idnet.sourceforge.jtds
Artifact Idjtds
Current Version1.3.1
Scope
Classifier
Typejar
+

net.sourceforge.nekohtml:nekohtml

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idnet.sourceforge.nekohtml
Artifact Idnekohtml
Current Version1.9.22
Scope
Classifier
Typejar
+

nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idnz.net.ultraq.thymeleaf
Artifact Idthymeleaf-layout-dialect
Current Version3.0.0
Scope
Classifier
Typejar
Newer versions3.1.0
3.2.0
3.2.1
3.3.0 Latest Minor
+

org.apache.activemq:activemq-amqp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-amqp
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-blueprint

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-blueprint
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-broker

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-broker
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-camel

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.activemq
Artifact Idactivemq-camel
Current Version5.16.7
Scope
Classifier
Typejar
+

org.apache.activemq:activemq-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-client
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-console

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-console
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-http

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-http
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-jaas

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-jaas
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-jdbc-store

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-jdbc-store
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-jms-pool

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-jms-pool
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-kahadb-store

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-kahadb-store
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-karaf

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-karaf
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-leveldb-store

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.activemq
Artifact Idactivemq-leveldb-store
Current Version5.16.7
Scope
Classifier
Typejar
+

org.apache.activemq:activemq-log4j-appender

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-log4j-appender
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-mqtt

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-mqtt
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-openwire-generator

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-openwire-generator
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-openwire-legacy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-openwire-legacy
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-osgi

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-osgi
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-partition

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-partition
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
+

org.apache.activemq:activemq-pool

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-pool
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-ra

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-ra
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-run

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-run
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-runtime-config

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-runtime-config
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-shiro

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-shiro
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-spring

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-spring
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-stomp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-stomp
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:activemq-web

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idactivemq-web
Current Version5.16.7
Scope
Classifier
Typejar
Newer versions5.17.0
5.17.1
5.17.2
5.17.3
5.17.4
5.17.5
5.17.6
5.18.0
5.18.1
5.18.2
5.18.3
5.18.4
5.18.5
5.18.6 Latest Minor
6.0.0
6.0.1
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4 Latest Major
+

org.apache.activemq:artemis-amqp-protocol

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idartemis-amqp-protocol
Current Version2.19.1
Scope
Classifier
Typejar
Newer versions2.20.0
2.21.0
2.22.0
2.23.0
2.23.1
2.24.0
2.25.0
2.26.0
2.27.0
2.27.1
2.28.0
2.29.0
2.30.0
2.31.0
2.31.1
2.31.2
2.32.0
2.33.0
2.34.0
2.35.0
2.36.0
2.37.0
2.38.0
2.39.0 Latest Minor
+

org.apache.activemq:artemis-commons

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idartemis-commons
Current Version2.19.1
Scope
Classifier
Typejar
Newer versions2.20.0
2.21.0
2.22.0
2.23.0
2.23.1
2.24.0
2.25.0
2.26.0
2.27.0
2.27.1
2.28.0
2.29.0
2.30.0
2.31.0
2.31.1
2.31.2
2.32.0
2.33.0
2.34.0
2.35.0
2.36.0
2.37.0
2.38.0
2.39.0 Latest Minor
+

org.apache.activemq:artemis-core-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idartemis-core-client
Current Version2.19.1
Scope
Classifier
Typejar
Newer versions2.20.0
2.21.0
2.22.0
2.23.0
2.23.1
2.24.0
2.25.0
2.26.0
2.27.0
2.27.1
2.28.0
2.29.0
2.30.0
2.31.0
2.31.1
2.31.2
2.32.0
2.33.0
2.34.0
2.35.0
2.36.0
2.37.0
2.38.0
2.39.0 Latest Minor
+

org.apache.activemq:artemis-jdbc-store

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idartemis-jdbc-store
Current Version2.19.1
Scope
Classifier
Typejar
Newer versions2.20.0
2.21.0
2.22.0
2.23.0
2.23.1
2.24.0
2.25.0
2.26.0
2.27.0
2.27.1
2.28.0
2.29.0
2.30.0
2.31.0
2.31.1
2.31.2
2.32.0
2.33.0
2.34.0
2.35.0
2.36.0
2.37.0
2.38.0
2.39.0 Latest Minor
+

org.apache.activemq:artemis-jms-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idartemis-jms-client
Current Version2.19.1
Scope
Classifier
Typejar
Newer versions2.20.0
2.21.0
2.22.0
2.23.0
2.23.1
2.24.0
2.25.0
2.26.0
2.27.0
2.27.1
2.28.0
2.29.0
2.30.0
2.31.0
2.31.1
2.31.2
2.32.0
2.33.0
2.34.0
2.35.0
2.36.0
2.37.0
2.38.0
2.39.0 Latest Minor
+

org.apache.activemq:artemis-jms-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idartemis-jms-server
Current Version2.19.1
Scope
Classifier
Typejar
Newer versions2.20.0
2.21.0
2.22.0
2.23.0
2.23.1
2.24.0
2.25.0
2.26.0
2.27.0
2.27.1
2.28.0
2.29.0
2.30.0
2.31.0
2.31.1
2.31.2
2.32.0
2.33.0
2.34.0
2.35.0
2.36.0
2.37.0
2.38.0
2.39.0 Latest Minor
+

org.apache.activemq:artemis-journal

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idartemis-journal
Current Version2.19.1
Scope
Classifier
Typejar
Newer versions2.20.0
2.21.0
2.22.0
2.23.0
2.23.1
2.24.0
2.25.0
2.26.0
2.27.0
2.27.1
2.28.0
2.29.0
2.30.0
2.31.0
2.31.1
2.31.2
2.32.0
2.33.0
2.34.0
2.35.0
2.36.0
2.37.0
2.38.0
2.39.0 Latest Minor
+

org.apache.activemq:artemis-quorum-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idartemis-quorum-api
Current Version2.19.1
Scope
Classifier
Typejar
Newer versions2.20.0
2.21.0
2.22.0
2.23.0
2.23.1
2.24.0
2.25.0
2.26.0
2.27.0
2.27.1
2.28.0
2.29.0
2.30.0
2.31.0
2.31.1
2.31.2
2.32.0 Latest Minor
+

org.apache.activemq:artemis-selector

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idartemis-selector
Current Version2.19.1
Scope
Classifier
Typejar
Newer versions2.20.0
2.21.0
2.22.0
2.23.0
2.23.1
2.24.0
2.25.0
2.26.0
2.27.0
2.27.1
2.28.0
2.29.0
2.30.0
2.31.0
2.31.1
2.31.2
2.32.0
2.33.0
2.34.0
2.35.0
2.36.0
2.37.0
2.38.0
2.39.0 Latest Minor
+

org.apache.activemq:artemis-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idartemis-server
Current Version2.19.1
Scope
Classifier
Typejar
Newer versions2.20.0
2.21.0
2.22.0
2.23.0
2.23.1
2.24.0
2.25.0
2.26.0
2.27.0
2.27.1
2.28.0
2.29.0
2.30.0
2.31.0
2.31.1
2.31.2
2.32.0
2.33.0
2.34.0
2.35.0
2.36.0
2.37.0
2.38.0
2.39.0 Latest Minor
+

org.apache.activemq:artemis-service-extensions

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.activemq
Artifact Idartemis-service-extensions
Current Version2.19.1
Scope
Classifier
Typejar
Newer versions2.20.0
2.21.0
2.22.0
2.23.0
2.23.1
2.24.0
2.25.0
2.26.0
2.27.0
2.27.1
2.28.0
2.29.0
2.30.0
2.31.0
2.31.1
2.31.2
2.32.0
2.33.0
2.34.0
2.35.0
2.36.0
2.37.0
2.38.0
2.39.0 Latest Minor
+

org.apache.commons:commons-dbcp2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.commons
Artifact Idcommons-dbcp2
Current Version2.9.0
Scope
Classifier
Typejar
Newer versions2.10.0
2.11.0
2.12.0
2.13.0 Latest Minor
+

org.apache.commons:commons-lang3

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.commons
Artifact Idcommons-lang3
Current Version3.12.0
Scope
Classifier
Typejar
Newer versions3.13.0
3.14.0
3.15.0
3.16.0
3.17.0 Latest Minor
+

org.apache.commons:commons-math3

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.commons
Artifact Idcommons-math3
Current Version3.6.1
Scopetest
Classifier
Typejar
+

org.apache.commons:commons-pool2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.commons
Artifact Idcommons-pool2
Current Version2.11.1
Scope
Classifier
Typejar
Newer versions2.12.0 Latest Minor
+

org.apache.derby:derby

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.derby
Artifact Idderby
Current Version10.14.2.0
Scope
Classifier
Typejar
Newer versions10.15.1.3
10.15.2.0
10.16.1.1
10.17.1.0 Latest Minor
+

org.apache.derby:derbyclient

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.derby
Artifact Idderbyclient
Current Version10.14.2.0
Scope
Classifier
Typejar
Newer versions10.15.1.3
10.15.2.0
10.16.1.1
10.17.1.0 Latest Minor
+

org.apache.derby:derbynet

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.derby
Artifact Idderbynet
Current Version10.14.2.0
Scope
Classifier
Typejar
Newer versions10.15.1.3
10.15.2.0
10.16.1.1
10.17.1.0 Latest Minor
+

org.apache.derby:derbyoptionaltools

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.derby
Artifact Idderbyoptionaltools
Current Version10.14.2.0
Scope
Classifier
Typejar
Newer versions10.15.1.3
10.15.2.0
10.16.1.1
10.17.1.0 Latest Minor
+

org.apache.derby:derbytools

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.derby
Artifact Idderbytools
Current Version10.14.2.0
Scope
Classifier
Typejar
Newer versions10.15.1.3
10.15.2.0
10.16.1.1
10.17.1.0 Latest Minor
+

org.apache.httpcomponents:fluent-hc

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.httpcomponents
Artifact Idfluent-hc
Current Version4.5.14
Scope
Classifier
Typejar
+

org.apache.httpcomponents:httpasyncclient

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.httpcomponents
Artifact Idhttpasyncclient
Current Version4.1.5
Scope
Classifier
Typejar
+

org.apache.httpcomponents:httpclient

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.httpcomponents
Artifact Idhttpclient
Current Version4.5.14
Scope
Classifier
Typejar
+

org.apache.httpcomponents:httpclient-cache

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.httpcomponents
Artifact Idhttpclient-cache
Current Version4.5.14
Scope
Classifier
Typejar
+

org.apache.httpcomponents:httpclient-osgi

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.httpcomponents
Artifact Idhttpclient-osgi
Current Version4.5.14
Scope
Classifier
Typejar
+

org.apache.httpcomponents:httpclient-win

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.httpcomponents
Artifact Idhttpclient-win
Current Version4.5.14
Scope
Classifier
Typejar
+

org.apache.httpcomponents:httpcore

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.httpcomponents
Artifact Idhttpcore
Current Version4.4.16
Scope
Classifier
Typejar
+

org.apache.httpcomponents:httpcore-nio

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.httpcomponents
Artifact Idhttpcore-nio
Current Version4.4.16
Scope
Classifier
Typejar
+

org.apache.httpcomponents:httpmime

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.httpcomponents
Artifact Idhttpmime
Current Version4.5.14
Scope
Classifier
Typejar
+

org.apache.httpcomponents.client5:httpclient5

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.httpcomponents.client5
Artifact Idhttpclient5
Current Version5.1.4
Scope
Classifier
Typejar
Newer versions5.2-alpha1
5.2-beta1
5.2
5.2.1
5.2.2
5.2.3
5.3-alpha1
5.3
5.3.1
5.4-alpha1
5.4-alpha2
5.4-beta1
5.4
5.4.1 Latest Minor
+

org.apache.httpcomponents.client5:httpclient5-cache

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.httpcomponents.client5
Artifact Idhttpclient5-cache
Current Version5.1.4
Scope
Classifier
Typejar
Newer versions5.2-alpha1
5.2-beta1
5.2
5.2.1
5.2.2
5.2.3
5.3-alpha1
5.3
5.3.1
5.4-alpha1
5.4-alpha2
5.4-beta1
5.4
5.4.1 Latest Minor
+

org.apache.httpcomponents.client5:httpclient5-fluent

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.httpcomponents.client5
Artifact Idhttpclient5-fluent
Current Version5.1.4
Scope
Classifier
Typejar
Newer versions5.2-alpha1
5.2-beta1
5.2
5.2.1
5.2.2
5.2.3
5.3-alpha1
5.3
5.3.1
5.4-alpha1
5.4-alpha2
5.4-beta1
5.4
5.4.1 Latest Minor
+

org.apache.httpcomponents.client5:httpclient5-win

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.httpcomponents.client5
Artifact Idhttpclient5-win
Current Version5.1.4
Scope
Classifier
Typejar
Newer versions5.2-alpha1
5.2-beta1
5.2
5.2.1
5.2.2
5.2.3 Latest Minor
+

org.apache.httpcomponents.core5:httpcore5

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.httpcomponents.core5
Artifact Idhttpcore5
Current Version5.1.5
Scope
Classifier
Typejar
Newer versions5.2-alpha1
5.2-alpha2
5.2-beta1
5.2-beta2
5.2
5.2.1
5.2.2
5.2.3
5.2.4
5.2.5
5.3-alpha1
5.3-alpha2
5.3-beta1
5.3
5.3.1 Latest Minor
+

org.apache.httpcomponents.core5:httpcore5-h2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.httpcomponents.core5
Artifact Idhttpcore5-h2
Current Version5.1.5
Scope
Classifier
Typejar
Newer versions5.2-alpha1
5.2-alpha2
5.2-beta1
5.2-beta2
5.2
5.2.1
5.2.2
5.2.3
5.2.4
5.2.5
5.3-alpha1
5.3-alpha2
5.3-beta1
5.3
5.3.1 Latest Minor
+

org.apache.httpcomponents.core5:httpcore5-reactive

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.httpcomponents.core5
Artifact Idhttpcore5-reactive
Current Version5.1.5
Scope
Classifier
Typejar
Newer versions5.2-alpha1
5.2-alpha2
5.2-beta1
5.2-beta2
5.2
5.2.1
5.2.2
5.2.3
5.2.4
5.2.5
5.3-alpha1
5.3-alpha2
5.3-beta1
5.3
5.3.1 Latest Minor
+

org.apache.johnzon:johnzon-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.johnzon
Artifact Idjohnzon-core
Current Version1.2.21
Scope
Classifier
Typejar
Newer versions2.0.0
2.0.1 Latest Major
+

org.apache.johnzon:johnzon-jaxrs

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.johnzon
Artifact Idjohnzon-jaxrs
Current Version1.2.21
Scope
Classifier
Typejar
Newer versions2.0.0
2.0.1 Latest Major
+

org.apache.johnzon:johnzon-jsonb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.johnzon
Artifact Idjohnzon-jsonb
Current Version1.2.21
Scope
Classifier
Typejar
Newer versions2.0.0
2.0.1 Latest Major
+

org.apache.johnzon:johnzon-jsonb-extras

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.johnzon
Artifact Idjohnzon-jsonb-extras
Current Version1.2.21
Scope
Classifier
Typejar
Newer versions2.0.0
2.0.1 Latest Major
+

org.apache.johnzon:johnzon-jsonschema

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.johnzon
Artifact Idjohnzon-jsonschema
Current Version1.2.21
Scope
Classifier
Typejar
Newer versions2.0.0
2.0.1 Latest Major
+

org.apache.johnzon:johnzon-mapper

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.johnzon
Artifact Idjohnzon-mapper
Current Version1.2.21
Scope
Classifier
Typejar
Newer versions2.0.0
2.0.1 Latest Major
+

org.apache.johnzon:johnzon-websocket

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.johnzon
Artifact Idjohnzon-websocket
Current Version1.2.21
Scope
Classifier
Typejar
Newer versions2.0.0
2.0.1 Latest Major
+

org.apache.kafka:connect

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idconnect
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:connect-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idconnect-api
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:connect-basic-auth-extension

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idconnect-basic-auth-extension
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:connect-file

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idconnect-file
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:connect-json

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idconnect-json
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:connect-mirror

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idconnect-mirror
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:connect-mirror-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idconnect-mirror-client
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:connect-runtime

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idconnect-runtime
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:connect-transforms

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idconnect-transforms
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:generator

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idgenerator
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka-clients

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka-clients
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka-log4j-appender

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka-log4j-appender
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka-metadata

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka-metadata
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka-raft

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka-raft
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka-server-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka-server-common
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka-shell

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka-shell
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka-storage

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka-storage
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka-storage-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka-storage-api
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka-streams

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka-streams
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka-streams-scala_2.12

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka-streams-scala_2.12
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka-streams-scala_2.13

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka-streams-scala_2.13
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka-streams-test-utils

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka-streams-test-utils
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka-tools

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka-tools
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka_2.12

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka_2.12
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:kafka_2.13

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idkafka_2.13
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.kafka:trogdor

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.kafka
Artifact Idtrogdor
Current Version3.1.2
Scope
Classifier
Typejar
Newer versions3.2.0
3.2.1
3.2.2
3.2.3
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.6.0
3.6.1
3.6.2
3.7.0
3.7.1
3.7.2
3.8.0
3.8.1
3.9.0 Latest Minor
+

org.apache.logging:logging-parent

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.logging
Artifact Idlogging-parent
Current Version11.0.0
Scope
Classifier
Typepom
Newer versions11.1.0
11.2.0
11.3.0 Latest Minor
+

org.apache.logging.log4j:log4j-1.2-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-1.2-api
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2 Latest Major
+

org.apache.logging.log4j:log4j-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-api
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2 Latest Major
+

org.apache.logging.log4j:log4j-api-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-api-test
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2 Latest Major
+

org.apache.logging.log4j:log4j-appserver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-appserver
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1 Latest Major
+

org.apache.logging.log4j:log4j-cassandra

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-cassandra
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1 Latest Major
+

org.apache.logging.log4j:log4j-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-core
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2
3.0.0-beta3 Latest Major
+

org.apache.logging.log4j:log4j-core-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-core-test
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2
3.0.0-beta3 Latest Major
+

org.apache.logging.log4j:log4j-couchdb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-couchdb
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1 Latest Major
+

org.apache.logging.log4j:log4j-docker

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-docker
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2
3.0.0-beta3 Latest Major
+

org.apache.logging.log4j:log4j-flume-ng

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-flume-ng
Current Version2.23.1
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2 Latest Major
+

org.apache.logging.log4j:log4j-iostreams

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-iostreams
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2 Latest Major
+

org.apache.logging.log4j:log4j-jakarta-smtp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-jakarta-smtp
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1 Latest Major
+

org.apache.logging.log4j:log4j-jakarta-web

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-jakarta-web
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1 Latest Major
+

org.apache.logging.log4j:log4j-jcl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-jcl
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1 Latest Major
+

org.apache.logging.log4j:log4j-jmx-gui

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-jmx-gui
Current Version2.17.2
Scope
Classifier
Typejar
Newer versions2.18.0
2.19.0
2.20.0
2.22.0 Latest Minor
3.0.0-alpha1 Latest Major
+

org.apache.logging.log4j:log4j-jpa

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-jpa
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1 Latest Major
+

org.apache.logging.log4j:log4j-jpl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-jpl
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2 Latest Major
+

org.apache.logging.log4j:log4j-jul

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-jul
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2
3.0.0-beta3 Latest Major
+

org.apache.logging.log4j:log4j-kubernetes

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-kubernetes
Current Version2.17.2
Scope
Classifier
Typejar
Newer versions2.18.0
2.19.0
2.20.0
2.21.0
2.21.1
2.22.0
2.22.1
2.23.0
2.23.1 Latest Minor
3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2 Latest Major
+

org.apache.logging.log4j:log4j-layout-template-json

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-layout-template-json
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2
3.0.0-beta3 Latest Major
+

org.apache.logging.log4j:log4j-liquibase

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-liquibase
Current Version2.17.2
Scope
Classifier
Typejar
Newer versions2.18.0
2.19.0 Latest Minor
3.0.0-alpha1 Latest Major
+

org.apache.logging.log4j:log4j-mongodb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-mongodb
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-beta3 Latest Major
+

org.apache.logging.log4j:log4j-mongodb3

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-mongodb3
Current Version2.17.2
Scope
Classifier
Typejar
Newer versions2.18.0
2.19.0
2.20.0
2.21.0
2.21.1
2.22.0
2.22.1
2.23.0
2.23.1 Latest Minor
3.0.0-alpha1 Latest Major
+

org.apache.logging.log4j:log4j-mongodb4

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-mongodb4
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2 Latest Major
+

org.apache.logging.log4j:log4j-slf4j-impl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-slf4j-impl
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2 Latest Major
+

org.apache.logging.log4j:log4j-slf4j18-impl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-slf4j18-impl
Current Version2.17.2
Scope
Classifier
Typejar
Newer versions2.18.0 Latest Minor
+

org.apache.logging.log4j:log4j-slf4j2-impl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-slf4j2-impl
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2 Latest Major
+

org.apache.logging.log4j:log4j-spring-boot

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-spring-boot
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1 Latest Major
+

org.apache.logging.log4j:log4j-spring-cloud-config-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-spring-cloud-config-client
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2
3.0.0-beta3 Latest Major
+

org.apache.logging.log4j:log4j-taglib

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-taglib
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1 Latest Major
+

org.apache.logging.log4j:log4j-to-jul

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-to-jul
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2 Latest Major
+

org.apache.logging.log4j:log4j-to-slf4j

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-to-slf4j
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1
3.0.0-beta1
3.0.0-beta2 Latest Major
+

org.apache.logging.log4j:log4j-web

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.logging.log4j
Artifact Idlog4j-web
Current Version2.24.3
Scope
Classifier
Typejar
Newer versions3.0.0-alpha1 Latest Major
+

org.apache.maven.plugin-tools:maven-plugin-annotations

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.apache.maven.plugin-tools
Artifact Idmaven-plugin-annotations
Current Version3.13.1
Scope
Classifier
Typejar
Newer versions3.14.0
3.15.0
3.15.1 Latest Minor
4.0.0-beta-1 Latest Major
+

org.apache.solr:solr-analysis-extras

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-analysis-extras
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
9.0.0
9.1.0
9.1.1
9.2.0
9.2.1
9.3.0
9.4.0
9.4.1
9.5.0
9.6.0
9.6.1
9.7.0 Latest Major
+

org.apache.solr:solr-analytics

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-analytics
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
9.0.0
9.1.0
9.1.1
9.2.0
9.2.1
9.3.0
9.4.0
9.4.1
9.5.0
9.6.0
9.6.1
9.7.0 Latest Major
+

org.apache.solr:solr-cell

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-cell
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
+

org.apache.solr:solr-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-core
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
9.0.0
9.1.0
9.1.1
9.2.0
9.2.1
9.3.0
9.4.0
9.4.1
9.5.0
9.6.0
9.6.1
9.7.0 Latest Major
+

org.apache.solr:solr-dataimporthandler

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-dataimporthandler
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
+

org.apache.solr:solr-dataimporthandler-extras

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-dataimporthandler-extras
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
+

org.apache.solr:solr-gcs-repository

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-gcs-repository
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
9.0.0
9.1.0
9.1.1
9.2.0
9.2.1
9.3.0
9.4.0
9.4.1
9.5.0
9.6.0
9.6.1
9.7.0 Latest Major
+

org.apache.solr:solr-jaegertracer-configurator

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-jaegertracer-configurator
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
9.0.0
9.1.0
9.1.1
9.2.0
9.2.1
9.3.0
9.4.0
9.4.1
9.5.0
9.6.0
9.6.1
9.7.0 Latest Major
+

org.apache.solr:solr-langid

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-langid
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
9.0.0
9.1.0
9.1.1
9.2.0
9.2.1
9.3.0
9.4.0
9.4.1
9.5.0
9.6.0
9.6.1
9.7.0 Latest Major
+

org.apache.solr:solr-ltr

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-ltr
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
9.0.0
9.1.0
9.1.1
9.2.0
9.2.1
9.3.0
9.4.0
9.4.1
9.5.0
9.6.0
9.6.1
9.7.0 Latest Major
+

org.apache.solr:solr-prometheus-exporter

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-prometheus-exporter
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
9.0.0
9.1.0
9.1.1
9.2.0
9.2.1
9.3.0
9.4.0
9.4.1
9.5.0
9.6.0
9.6.1
9.7.0 Latest Major
+

org.apache.solr:solr-s3-repository

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-s3-repository
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
9.0.0
9.1.0
9.1.1
9.2.0
9.2.1
9.3.0
9.4.0
9.4.1
9.5.0
9.6.0
9.6.1
9.7.0 Latest Major
+

org.apache.solr:solr-solrj

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-solrj
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
9.0.0
9.1.0
9.1.1
9.2.0
9.2.1
9.3.0
9.4.0
9.4.1
9.5.0
9.6.0
9.6.1
9.7.0 Latest Major
+

org.apache.solr:solr-test-framework

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-test-framework
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
9.0.0
9.1.0
9.1.1
9.2.0
9.2.1
9.3.0
9.4.0
9.4.1
9.5.0
9.6.0
9.6.1
9.7.0 Latest Major
+

org.apache.solr:solr-velocity

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.solr
Artifact Idsolr-velocity
Current Version8.11.2
Scope
Classifier
Typejar
Newer versions8.11.3
8.11.4 Latest Incremental
+

org.apache.tomcat:tomcat-annotations-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.tomcat
Artifact Idtomcat-annotations-api
Current Version9.0.83
Scope
Classifier
Typejar
Newer versions9.0.84
9.0.85
9.0.86
9.0.87
9.0.88
9.0.89
9.0.90
9.0.91
9.0.93
9.0.94
9.0.95
9.0.96
9.0.97
9.0.98 Latest Incremental
10.0.0-M1
10.0.0-M3
10.0.0-M4
10.0.0-M5
10.0.0-M6
10.0.0-M7
10.0.0-M8
10.0.0-M9
10.0.0-M10
10.0.0
10.0.2
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.16
10.0.17
10.0.18
10.0.20
10.0.21
10.0.22
10.0.23
10.0.26
10.0.27
10.1.0-M1
10.1.0-M2
10.1.0-M4
10.1.0-M5
10.1.0-M6
10.1.0-M7
10.1.0-M8
10.1.0-M10
10.1.0-M11
10.1.0-M12
10.1.0-M14
10.1.0-M15
10.1.0-M16
10.1.0-M17
10.1.0
10.1.1
10.1.2
10.1.4
10.1.5
10.1.6
10.1.7
10.1.8
10.1.9
10.1.10
10.1.11
10.1.12
10.1.13
10.1.14
10.1.15
10.1.16
10.1.17
10.1.18
10.1.19
10.1.20
10.1.23
10.1.24
10.1.25
10.1.26
10.1.28
10.1.29
10.1.30
10.1.31
10.1.33
10.1.34
11.0.0-M1
11.0.0-M3
11.0.0-M4
11.0.0-M5
11.0.0-M6
11.0.0-M7
11.0.0-M9
11.0.0-M10
11.0.0-M11
11.0.0-M12
11.0.0-M13
11.0.0-M14
11.0.0-M15
11.0.0-M16
11.0.0-M17
11.0.0-M18
11.0.0-M19
11.0.0-M20
11.0.0-M21
11.0.0-M22
11.0.0-M24
11.0.0-M25
11.0.0-M26
11.0.0
11.0.1
11.0.2 Latest Major
+

org.apache.tomcat:tomcat-jdbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.tomcat
Artifact Idtomcat-jdbc
Current Version9.0.83
Scope
Classifier
Typejar
Newer versions9.0.84
9.0.85
9.0.86
9.0.87
9.0.88
9.0.89
9.0.90
9.0.91
9.0.93
9.0.94
9.0.95
9.0.96
9.0.97
9.0.98 Latest Incremental
10.0.0-M1
10.0.0-M3
10.0.0-M4
10.0.0-M5
10.0.0-M6
10.0.0-M7
10.0.0-M8
10.0.0-M9
10.0.0-M10
10.0.0
10.0.2
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.16
10.0.17
10.0.18
10.0.20
10.0.21
10.0.22
10.0.23
10.0.26
10.0.27
10.1.0-M1
10.1.0-M2
10.1.0-M4
10.1.0-M5
10.1.0-M6
10.1.0-M7
10.1.0-M8
10.1.0-M10
10.1.0-M11
10.1.0-M12
10.1.0-M14
10.1.0-M15
10.1.0-M16
10.1.0-M17
10.1.0
10.1.1
10.1.2
10.1.4
10.1.5
10.1.6
10.1.7
10.1.8
10.1.9
10.1.10
10.1.11
10.1.12
10.1.13
10.1.14
10.1.15
10.1.16
10.1.17
10.1.18
10.1.19
10.1.20
10.1.23
10.1.24
10.1.25
10.1.26
10.1.28
10.1.29
10.1.30
10.1.31
10.1.33
10.1.34
11.0.0-M1
11.0.0-M3
11.0.0-M4
11.0.0-M5
11.0.0-M6
11.0.0-M7
11.0.0-M9
11.0.0-M10
11.0.0-M11
11.0.0-M12
11.0.0-M13
11.0.0-M14
11.0.0-M15
11.0.0-M16
11.0.0-M17
11.0.0-M18
11.0.0-M19
11.0.0-M20
11.0.0-M21
11.0.0-M22
11.0.0-M24
11.0.0-M25
11.0.0-M26
11.0.0
11.0.1
11.0.2 Latest Major
+

org.apache.tomcat:tomcat-jsp-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.tomcat
Artifact Idtomcat-jsp-api
Current Version9.0.83
Scope
Classifier
Typejar
Newer versions9.0.84
9.0.85
9.0.86
9.0.87
9.0.88
9.0.89
9.0.90
9.0.91
9.0.93
9.0.94
9.0.95
9.0.96
9.0.97
9.0.98 Latest Incremental
10.0.0-M1
10.0.0-M3
10.0.0-M4
10.0.0-M5
10.0.0-M6
10.0.0-M7
10.0.0-M8
10.0.0-M9
10.0.0-M10
10.0.0
10.0.2
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.16
10.0.17
10.0.18
10.0.20
10.0.21
10.0.22
10.0.23
10.0.26
10.0.27
10.1.0-M1
10.1.0-M2
10.1.0-M4
10.1.0-M5
10.1.0-M6
10.1.0-M7
10.1.0-M8
10.1.0-M10
10.1.0-M11
10.1.0-M12
10.1.0-M14
10.1.0-M15
10.1.0-M16
10.1.0-M17
10.1.0
10.1.1
10.1.2
10.1.4
10.1.5
10.1.6
10.1.7
10.1.8
10.1.9
10.1.10
10.1.11
10.1.12
10.1.13
10.1.14
10.1.15
10.1.16
10.1.17
10.1.18
10.1.19
10.1.20
10.1.23
10.1.24
10.1.25
10.1.26
10.1.28
10.1.29
10.1.30
10.1.31
10.1.33
10.1.34
11.0.0-M1
11.0.0-M3
11.0.0-M4
11.0.0-M5
11.0.0-M6
11.0.0-M7
11.0.0-M9
11.0.0-M10
11.0.0-M11
11.0.0-M12
11.0.0-M13
11.0.0-M14
11.0.0-M15
11.0.0-M16
11.0.0-M17
11.0.0-M18
11.0.0-M19
11.0.0-M20
11.0.0-M21
11.0.0-M22
11.0.0-M24
11.0.0-M25
11.0.0-M26
11.0.0
11.0.1
11.0.2 Latest Major
+

org.apache.tomcat.embed:tomcat-embed-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.tomcat.embed
Artifact Idtomcat-embed-core
Current Version9.0.83
Scope
Classifier
Typejar
Newer versions9.0.84
9.0.85
9.0.86
9.0.87
9.0.88
9.0.89
9.0.90
9.0.91
9.0.93
9.0.94
9.0.95
9.0.96
9.0.97
9.0.98 Latest Incremental
10.0.0-M1
10.0.0-M3
10.0.0-M4
10.0.0-M5
10.0.0-M6
10.0.0-M7
10.0.0-M8
10.0.0-M9
10.0.0-M10
10.0.0
10.0.2
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.16
10.0.17
10.0.18
10.0.20
10.0.21
10.0.22
10.0.23
10.0.26
10.0.27
10.1.0-M1
10.1.0-M2
10.1.0-M4
10.1.0-M5
10.1.0-M6
10.1.0-M7
10.1.0-M8
10.1.0-M10
10.1.0-M11
10.1.0-M12
10.1.0-M14
10.1.0-M15
10.1.0-M16
10.1.0-M17
10.1.0
10.1.1
10.1.2
10.1.4
10.1.5
10.1.6
10.1.7
10.1.8
10.1.9
10.1.10
10.1.11
10.1.12
10.1.13
10.1.14
10.1.15
10.1.16
10.1.17
10.1.18
10.1.19
10.1.20
10.1.23
10.1.24
10.1.25
10.1.26
10.1.28
10.1.29
10.1.30
10.1.31
10.1.33
10.1.34
11.0.0-M1
11.0.0-M3
11.0.0-M4
11.0.0-M5
11.0.0-M6
11.0.0-M7
11.0.0-M9
11.0.0-M10
11.0.0-M11
11.0.0-M12
11.0.0-M13
11.0.0-M14
11.0.0-M15
11.0.0-M16
11.0.0-M17
11.0.0-M18
11.0.0-M19
11.0.0-M20
11.0.0-M21
11.0.0-M22
11.0.0-M24
11.0.0-M25
11.0.0-M26
11.0.0
11.0.1
11.0.2 Latest Major
+

org.apache.tomcat.embed:tomcat-embed-el

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.tomcat.embed
Artifact Idtomcat-embed-el
Current Version9.0.83
Scope
Classifier
Typejar
Newer versions9.0.84
9.0.85
9.0.86
9.0.87
9.0.88
9.0.89
9.0.90
9.0.91
9.0.93
9.0.94
9.0.95
9.0.96
9.0.97
9.0.98 Latest Incremental
10.0.0-M1
10.0.0-M3
10.0.0-M4
10.0.0-M5
10.0.0-M6
10.0.0-M7
10.0.0-M8
10.0.0-M9
10.0.0-M10
10.0.0
10.0.2
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.16
10.0.17
10.0.18
10.0.20
10.0.21
10.0.22
10.0.23
10.0.26
10.0.27
10.1.0-M1
10.1.0-M2
10.1.0-M4
10.1.0-M5
10.1.0-M6
10.1.0-M7
10.1.0-M8
10.1.0-M10
10.1.0-M11
10.1.0-M12
10.1.0-M14
10.1.0-M15
10.1.0-M16
10.1.0-M17
10.1.0
10.1.1
10.1.2
10.1.4
10.1.5
10.1.6
10.1.7
10.1.8
10.1.9
10.1.10
10.1.11
10.1.12
10.1.13
10.1.14
10.1.15
10.1.16
10.1.17
10.1.18
10.1.19
10.1.20
10.1.23
10.1.24
10.1.25
10.1.26
10.1.28
10.1.29
10.1.30
10.1.31
10.1.33
10.1.34
11.0.0-M1
11.0.0-M3
11.0.0-M4
11.0.0-M5
11.0.0-M6
11.0.0-M7
11.0.0-M9
11.0.0-M10
11.0.0-M11
11.0.0-M12
11.0.0-M13
11.0.0-M14
11.0.0-M15
11.0.0-M16
11.0.0-M17
11.0.0-M18
11.0.0-M19
11.0.0-M20
11.0.0-M21
11.0.0-M22
11.0.0-M24
11.0.0-M25
11.0.0-M26
11.0.0
11.0.1
11.0.2 Latest Major
+

org.apache.tomcat.embed:tomcat-embed-jasper

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.tomcat.embed
Artifact Idtomcat-embed-jasper
Current Version9.0.83
Scope
Classifier
Typejar
Newer versions9.0.84
9.0.85
9.0.86
9.0.87
9.0.88
9.0.89
9.0.90
9.0.91
9.0.93
9.0.94
9.0.95
9.0.96
9.0.97
9.0.98 Latest Incremental
10.0.0-M1
10.0.0-M3
10.0.0-M4
10.0.0-M5
10.0.0-M6
10.0.0-M7
10.0.0-M8
10.0.0-M9
10.0.0-M10
10.0.0
10.0.2
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.16
10.0.17
10.0.18
10.0.20
10.0.21
10.0.22
10.0.23
10.0.26
10.0.27
10.1.0-M1
10.1.0-M2
10.1.0-M4
10.1.0-M5
10.1.0-M6
10.1.0-M7
10.1.0-M8
10.1.0-M10
10.1.0-M11
10.1.0-M12
10.1.0-M14
10.1.0-M15
10.1.0-M16
10.1.0-M17
10.1.0
10.1.1
10.1.2
10.1.4
10.1.5
10.1.6
10.1.7
10.1.8
10.1.9
10.1.10
10.1.11
10.1.12
10.1.13
10.1.14
10.1.15
10.1.16
10.1.17
10.1.18
10.1.19
10.1.20
10.1.23
10.1.24
10.1.25
10.1.26
10.1.28
10.1.29
10.1.30
10.1.31
10.1.33
10.1.34
11.0.0-M1
11.0.0-M3
11.0.0-M4
11.0.0-M5
11.0.0-M6
11.0.0-M7
11.0.0-M9
11.0.0-M10
11.0.0-M11
11.0.0-M12
11.0.0-M13
11.0.0-M14
11.0.0-M15
11.0.0-M16
11.0.0-M17
11.0.0-M18
11.0.0-M19
11.0.0-M20
11.0.0-M21
11.0.0-M22
11.0.0-M24
11.0.0-M25
11.0.0-M26
11.0.0
11.0.1
11.0.2 Latest Major
+

org.apache.tomcat.embed:tomcat-embed-websocket

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.apache.tomcat.embed
Artifact Idtomcat-embed-websocket
Current Version9.0.83
Scope
Classifier
Typejar
Newer versions9.0.84
9.0.85
9.0.86
9.0.87
9.0.88
9.0.89
9.0.90
9.0.91
9.0.93
9.0.94
9.0.95
9.0.96
9.0.97
9.0.98 Latest Incremental
10.0.0-M1
10.0.0-M3
10.0.0-M4
10.0.0-M5
10.0.0-M6
10.0.0-M7
10.0.0-M8
10.0.0-M9
10.0.0-M10
10.0.0
10.0.2
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.16
10.0.17
10.0.18
10.0.20
10.0.21
10.0.22
10.0.23
10.0.26
10.0.27
10.1.0-M1
10.1.0-M2
10.1.0-M4
10.1.0-M5
10.1.0-M6
10.1.0-M7
10.1.0-M8
10.1.0-M10
10.1.0-M11
10.1.0-M12
10.1.0-M14
10.1.0-M15
10.1.0-M16
10.1.0-M17
10.1.0
10.1.1
10.1.2
10.1.4
10.1.5
10.1.6
10.1.7
10.1.8
10.1.9
10.1.10
10.1.11
10.1.12
10.1.13
10.1.14
10.1.15
10.1.16
10.1.17
10.1.18
10.1.19
10.1.20
10.1.23
10.1.24
10.1.25
10.1.26
10.1.28
10.1.29
10.1.30
10.1.31
10.1.33
10.1.34
11.0.0-M1
11.0.0-M3
11.0.0-M4
11.0.0-M5
11.0.0-M6
11.0.0-M7
11.0.0-M9
11.0.0-M10
11.0.0-M11
11.0.0-M12
11.0.0-M13
11.0.0-M14
11.0.0-M15
11.0.0-M16
11.0.0-M17
11.0.0-M18
11.0.0-M19
11.0.0-M20
11.0.0-M21
11.0.0-M22
11.0.0-M24
11.0.0-M25
11.0.0-M26
11.0.0
11.0.1
11.0.2 Latest Major
+

org.aspectj:aspectjrt

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.aspectj
Artifact Idaspectjrt
Current Version1.9.7
Scope
Classifier
Typejar
Newer versions1.9.8.M1
1.9.8.RC1
1.9.8.RC2
1.9.8.RC3
1.9.8
1.9.9
1.9.9.1
1.9.19
1.9.20
1.9.20.1
1.9.21.M1
1.9.21.RC1
1.9.21
1.9.21.1
1.9.21.2
1.9.22
1.9.22.1 Latest Incremental
+

org.aspectj:aspectjtools

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.aspectj
Artifact Idaspectjtools
Current Version1.9.7
Scope
Classifier
Typejar
Newer versions1.9.8.M1
1.9.8.RC1
1.9.8.RC2
1.9.8.RC3
1.9.8
1.9.9
1.9.9.1
1.9.19
1.9.20
1.9.20.1
1.9.21.M1
1.9.21.RC1
1.9.21
1.9.21.1
1.9.21.2
1.9.22
1.9.22.1 Latest Incremental
+

org.aspectj:aspectjweaver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.aspectj
Artifact Idaspectjweaver
Current Version1.9.7
Scope
Classifier
Typejar
Newer versions1.9.8.M1
1.9.8.RC1
1.9.8.RC2
1.9.8.RC3
1.9.8
1.9.9
1.9.9.1
1.9.19
1.9.20
1.9.20.1
1.9.21.M1
1.9.21.RC1
1.9.21
1.9.21.1
1.9.21.2
1.9.22
1.9.22.1 Latest Incremental
+

org.assertj:assertj-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.assertj
Artifact Idassertj-core
Current Version3.22.0
Scope
Classifier
Typejar
Newer versions3.23.0
3.23.1
3.24.0
3.24.1
3.24.2
3.25.0
3.25.1
3.25.2
3.25.3
3.26.0
3.26.3
3.27.0 Latest Minor
+

org.assertj:assertj-core

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.assertj
Artifact Idassertj-core
Current Version3.27.0
Scopetest
Classifier
Typejar
+

org.awaitility:awaitility

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.awaitility
Artifact Idawaitility
Current Version4.2.0
Scope
Classifier
Typejar
Newer versions4.2.1
4.2.2 Latest Incremental
+

org.awaitility:awaitility-groovy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.awaitility
Artifact Idawaitility-groovy
Current Version4.2.0
Scope
Classifier
Typejar
Newer versions4.2.1
4.2.2 Latest Incremental
+

org.awaitility:awaitility-kotlin

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.awaitility
Artifact Idawaitility-kotlin
Current Version4.2.0
Scope
Classifier
Typejar
Newer versions4.2.1
4.2.2 Latest Incremental
+

org.awaitility:awaitility-scala

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.awaitility
Artifact Idawaitility-scala
Current Version4.2.0
Scope
Classifier
Typejar
Newer versions4.2.1
4.2.2 Latest Incremental
+

org.cache2k:cache2k-api

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.cache2k
Artifact Idcache2k-api
Current Version2.6.1.Final
Scope
Classifier
Typejar
+

org.cache2k:cache2k-config

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.cache2k
Artifact Idcache2k-config
Current Version2.6.1.Final
Scope
Classifier
Typejar
+

org.cache2k:cache2k-core

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.cache2k
Artifact Idcache2k-core
Current Version2.6.1.Final
Scope
Classifier
Typejar
+

org.cache2k:cache2k-jcache

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.cache2k
Artifact Idcache2k-jcache
Current Version2.6.1.Final
Scope
Classifier
Typejar
+

org.cache2k:cache2k-micrometer

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.cache2k
Artifact Idcache2k-micrometer
Current Version2.6.1.Final
Scope
Classifier
Typejar
+

org.cache2k:cache2k-spring

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.cache2k
Artifact Idcache2k-spring
Current Version2.6.1.Final
Scope
Classifier
Typejar
+

org.codehaus.groovy:groovy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-ant

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-ant
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-astbuilder

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-astbuilder
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-bsf

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-bsf
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-cli-commons

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-cli-commons
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-cli-picocli

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-cli-picocli
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-console

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-console
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-datetime

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-datetime
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-dateutil

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-dateutil
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-docgenerator

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-docgenerator
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-groovydoc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-groovydoc
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-groovysh

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-groovysh
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-jaxb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-jaxb
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-jmx

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-jmx
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-json

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-json
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-jsr223

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-jsr223
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-macro

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-macro
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-nio

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-nio
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-servlet

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-servlet
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-sql

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-sql
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-swing

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-swing
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-templates

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-templates
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-test
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-test-junit5

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-test-junit5
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-testng

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-testng
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-xml

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-xml
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.groovy:groovy-yaml

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.groovy
Artifact Idgroovy-yaml
Current Version3.0.19
Scope
Classifier
Typejar
Newer versions3.0.20
3.0.21
3.0.22
3.0.23 Latest Incremental
+

org.codehaus.janino:commons-compiler

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.janino
Artifact Idcommons-compiler
Current Version3.1.10
Scope
Classifier
Typejar
Newer versions3.1.11
3.1.12 Latest Incremental
+

org.codehaus.janino:commons-compiler-jdk

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.janino
Artifact Idcommons-compiler-jdk
Current Version3.1.10
Scope
Classifier
Typejar
Newer versions3.1.11
3.1.12 Latest Incremental
+

org.codehaus.janino:janino

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.codehaus.janino
Artifact Idjanino
Current Version3.1.10
Scope
Classifier
Typejar
Newer versions3.1.11
3.1.12 Latest Incremental
+

org.eclipse.jetty:apache-jsp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idapache-jsp
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty:apache-jstl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idapache-jstl
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0 Latest Major
+

org.eclipse.jetty:infinispan-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idinfinispan-common
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty:infinispan-embedded-query

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idinfinispan-embedded-query
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty:infinispan-remote-query

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idinfinispan-remote-query
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty:jetty-alpn-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-alpn-client
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-alpn-conscrypt-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-alpn-conscrypt-client
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-alpn-conscrypt-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-alpn-conscrypt-server
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-alpn-java-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-alpn-java-client
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-alpn-java-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-alpn-java-server
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-alpn-openjdk8-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-alpn-openjdk8-client
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
+

org.eclipse.jetty:jetty-alpn-openjdk8-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-alpn-openjdk8-server
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
+

org.eclipse.jetty:jetty-alpn-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-alpn-server
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-annotations

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-annotations
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty:jetty-ant

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-ant
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty:jetty-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-client
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-continuation

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-continuation
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
+

org.eclipse.jetty:jetty-deploy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-deploy
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-distribution

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-distribution
Current Version9.4.53.v20231009
Scope
Classifier
Typezip
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
11.0.0-alpha0
11.0.0.beta1 Latest Major
+

org.eclipse.jetty:jetty-hazelcast

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-hazelcast
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-home

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-home
Current Version9.4.53.v20231009
Scope
Classifier
Typezip
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-http

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-http
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-http-spi

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-http-spi
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-io

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-io
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-jaas

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-jaas
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty:jetty-jaspi

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-jaspi
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty:jetty-jmx

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-jmx
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-jndi

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-jndi
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-nosql

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-nosql
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-openid

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-openid
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-plus

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-plus
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-proxy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-proxy
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-quickstart

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-quickstart
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty:jetty-reactive-httpclient

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-reactive-httpclient
Current Version1.1.15
Scope
Classifier
Typejar
Newer versions1.1.16
1.1.17
1.1.18 Latest Incremental
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.16
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.16
4.0.0.beta0
4.0.0.beta1
4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
4.0.8 Latest Major
+

org.eclipse.jetty:jetty-rewrite

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-rewrite
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-security

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-security
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-server
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-servlet

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-servlet
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty:jetty-servlets

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-servlets
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty:jetty-spring

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-spring
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3 Latest Major
+

org.eclipse.jetty:jetty-unixsocket

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-unixsocket
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty:jetty-util

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-util
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-util-ajax

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-util-ajax
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty:jetty-webapp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-webapp
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty:jetty-xml

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty
Artifact Idjetty-xml
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty.fcgi:fcgi-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.fcgi
Artifact Idfcgi-client
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty.fcgi:fcgi-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.fcgi
Artifact Idfcgi-server
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty.gcloud:jetty-gcloud-session-manager

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.gcloud
Artifact Idjetty-gcloud-session-manager
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty.http2:http2-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.http2
Artifact Idhttp2-client
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty.http2:http2-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.http2
Artifact Idhttp2-common
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty.http2:http2-hpack

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.http2
Artifact Idhttp2-hpack
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty.http2:http2-http-client-transport

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.http2
Artifact Idhttp2-http-client-transport
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty.http2:http2-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.http2
Artifact Idhttp2-server
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty.memcached:jetty-memcached-sessions

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.memcached
Artifact Idjetty-memcached-sessions
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24
12.0.0.alpha0
12.0.0.alpha1
12.0.0.alpha2
12.0.0.alpha3
12.0.0.beta0
12.0.0.beta1
12.0.0.beta2
12.0.0.beta3
12.0.0.beta4
12.0.0
12.0.1
12.0.2
12.0.3
12.0.4
12.0.5
12.0.6
12.0.7
12.0.8
12.0.9
12.0.10
12.0.11
12.0.12
12.0.13
12.0.14
12.0.15
12.0.16
12.1.0.alpha0
12.1.0.alpha1 Latest Major
+

org.eclipse.jetty.orbit:javax.servlet.jsp

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.eclipse.jetty.orbit
Artifact Idjavax.servlet.jsp
Current Version2.2.0.v201112011158
Scope
Classifier
Typejar
+

org.eclipse.jetty.osgi:jetty-httpservice

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.osgi
Artifact Idjetty-httpservice
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty.osgi:jetty-osgi-boot

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.osgi
Artifact Idjetty-osgi-boot
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty.osgi:jetty-osgi-boot-jsp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.osgi
Artifact Idjetty-osgi-boot-jsp
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty.osgi:jetty-osgi-boot-warurl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.osgi
Artifact Idjetty-osgi-boot-warurl
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0.beta0
10.0.0.beta1
10.0.0.beta2
10.0.0.beta3
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0-alpha0
11.0.0.beta1
11.0.0.beta2
11.0.0.beta3
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.eclipse.jetty.websocket:javax-websocket-client-impl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.websocket
Artifact Idjavax-websocket-client-impl
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
+

org.eclipse.jetty.websocket:javax-websocket-server-impl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.websocket
Artifact Idjavax-websocket-server-impl
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
+

org.eclipse.jetty.websocket:websocket-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.websocket
Artifact Idwebsocket-api
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
+

org.eclipse.jetty.websocket:websocket-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.websocket
Artifact Idwebsocket-client
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
+

org.eclipse.jetty.websocket:websocket-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.websocket
Artifact Idwebsocket-common
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
+

org.eclipse.jetty.websocket:websocket-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.websocket
Artifact Idwebsocket-server
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
+

org.eclipse.jetty.websocket:websocket-servlet

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.eclipse.jetty.websocket
Artifact Idwebsocket-servlet
Current Version9.4.53.v20231009
Scope
Classifier
Typejar
Newer versions9.4.54.v20240208
9.4.55.v20240627
9.4.56.v20240826 Latest Incremental
10.0.0-alpha0
10.0.0.alpha1
10.0.0.alpha2
10.0.0
10.0.1
10.0.2
10.0.3
10.0.4
10.0.5
10.0.6
10.0.7
10.0.8
10.0.9
10.0.10
10.0.11
10.0.12
10.0.13
10.0.14
10.0.15
10.0.16
10.0.17
10.0.18
10.0.19
10.0.20
10.0.21
10.0.22
10.0.23
10.0.24
11.0.0
11.0.1
11.0.2
11.0.3
11.0.4
11.0.5
11.0.6
11.0.7
11.0.8
11.0.9
11.0.10
11.0.11
11.0.12
11.0.13
11.0.14
11.0.15
11.0.16
11.0.17
11.0.18
11.0.19
11.0.20
11.0.21
11.0.22
11.0.23
11.0.24 Latest Major
+

org.ehcache:ehcache

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.ehcache
Artifact Idehcache
Current Version3.10.8
Scope
Classifier
Typejar
+

org.ehcache:ehcache-clustered

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.ehcache
Artifact Idehcache-clustered
Current Version3.10.8
Scope
Classifier
Typejar
+

org.ehcache:ehcache-transactions

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.ehcache
Artifact Idehcache-transactions
Current Version3.10.8
Scope
Classifier
Typejar
+

org.elasticsearch:elasticsearch

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.elasticsearch
Artifact Idelasticsearch
Current Version7.17.15
Scope
Classifier
Typejar
Newer versions7.17.16
7.17.17
7.17.18
7.17.19
7.17.20
7.17.21
7.17.22
7.17.23
7.17.24
7.17.25
7.17.26 Latest Incremental
8.0.0-alpha1
8.0.0-alpha2
8.0.0-beta1
8.0.0-rc1
8.0.0-rc2
8.0.0
8.0.1
8.1.0
8.1.1
8.1.2
8.1.3
8.2.0
8.2.1
8.2.2
8.2.3
8.3.0
8.3.1
8.3.2
8.3.3
8.4.0
8.4.1
8.4.2
8.4.3
8.5.0
8.5.1
8.5.2
8.5.3
8.6.0
8.6.1
8.6.2
8.7.0
8.7.1
8.8.0
8.8.1
8.8.2
8.9.0
8.9.1
8.9.2
8.10.0
8.10.1
8.10.2
8.10.3
8.10.4
8.11.0
8.11.1
8.11.2
8.11.3
8.11.4
8.12.0
8.12.1
8.12.2
8.13.0
8.13.1
8.13.2
8.13.3
8.13.4
8.14.0
8.14.1
8.14.2
8.14.3
8.15.0
8.15.1
8.15.2
8.15.3
8.15.4
8.15.5
8.16.0
8.16.1
8.16.2
8.17.0 Latest Major
+

org.elasticsearch.client:elasticsearch-rest-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.elasticsearch.client
Artifact Idelasticsearch-rest-client
Current Version7.17.15
Scope
Classifier
Typejar
Newer versions7.17.16
7.17.17
7.17.18
7.17.19
7.17.20
7.17.21
7.17.22
7.17.23
7.17.24
7.17.25
7.17.26 Latest Incremental
8.0.0-alpha1
8.0.0-alpha2
8.0.0-beta1
8.0.0-rc1
8.0.0-rc2
8.0.0
8.0.1
8.1.0
8.1.1
8.1.2
8.1.3
8.2.0
8.2.1
8.2.2
8.2.3
8.3.0
8.3.1
8.3.2
8.3.3
8.4.0
8.4.1
8.4.2
8.4.3
8.5.0
8.5.1
8.5.2
8.5.3
8.6.0
8.6.1
8.6.2
8.7.0
8.7.1
8.8.0
8.8.1
8.8.2
8.9.0
8.9.1
8.9.2
8.10.0
8.10.1
8.10.2
8.10.3
8.10.4
8.11.0
8.11.1
8.11.2
8.11.3
8.11.4
8.12.0
8.12.1
8.12.2
8.13.0
8.13.1
8.13.2
8.13.3
8.13.4
8.14.0
8.14.1
8.14.2
8.14.3
8.15.0
8.15.1
8.15.2
8.15.3
8.15.4
8.15.5
8.16.0
8.16.1
8.16.2
8.17.0 Latest Major
+

org.elasticsearch.client:elasticsearch-rest-client-sniffer

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.elasticsearch.client
Artifact Idelasticsearch-rest-client-sniffer
Current Version7.17.15
Scope
Classifier
Typejar
Newer versions7.17.16
7.17.17
7.17.18
7.17.19
7.17.20
7.17.21
7.17.22
7.17.23
7.17.24
7.17.25
7.17.26 Latest Incremental
8.0.0-alpha1
8.0.0-alpha2
8.0.0-beta1
8.0.0-rc1
8.0.0-rc2
8.0.0
8.0.1
8.1.0
8.1.1
8.1.2
8.1.3
8.2.0
8.2.1
8.2.2
8.2.3
8.3.0
8.3.1
8.3.2
8.3.3
8.4.0
8.4.1
8.4.2
8.4.3
8.5.0
8.5.1
8.5.2
8.5.3
8.6.0
8.6.1
8.6.2
8.7.0
8.7.1
8.8.0
8.8.1
8.8.2
8.9.0
8.9.1
8.9.2
8.10.0
8.10.1
8.10.2
8.10.3
8.10.4
8.11.0
8.11.1
8.11.2
8.11.3
8.11.4
8.12.0
8.12.1
8.12.2
8.13.0
8.13.1
8.13.2
8.13.3
8.13.4
8.14.0
8.14.1
8.14.2
8.14.3
8.15.0
8.15.1
8.15.2
8.15.3
8.15.4
8.15.5
8.16.0
8.16.1
8.16.2
8.17.0 Latest Major
+

org.elasticsearch.client:elasticsearch-rest-high-level-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.elasticsearch.client
Artifact Idelasticsearch-rest-high-level-client
Current Version7.17.15
Scope
Classifier
Typejar
Newer versions7.17.16
7.17.17
7.17.18
7.17.19
7.17.20
7.17.21
7.17.22
7.17.23
7.17.24
7.17.25
7.17.26 Latest Incremental
8.0.0-alpha1
8.0.0-alpha2 Latest Major
+

org.elasticsearch.client:transport

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.elasticsearch.client
Artifact Idtransport
Current Version7.17.15
Scope
Classifier
Typejar
Newer versions7.17.16
7.17.17
7.17.18
7.17.19
7.17.20
7.17.21
7.17.22
7.17.23
7.17.24
7.17.25
7.17.26 Latest Incremental
+

org.elasticsearch.distribution.integ-test-zip:elasticsearch

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.elasticsearch.distribution.integ-test-zip
Artifact Idelasticsearch
Current Version7.17.15
Scope
Classifier
Typezip
Newer versions7.17.16
7.17.17
7.17.18
7.17.19
7.17.20
7.17.21
7.17.22
7.17.23
7.17.24
7.17.25
7.17.26 Latest Incremental
8.0.0-alpha1
8.0.0-alpha2
8.0.0-beta1
8.0.0-rc1
8.0.0-rc2
8.0.0
8.0.1
8.1.0
8.1.1
8.1.2
8.1.3
8.2.0
8.2.1
8.2.2
8.2.3
8.3.0
8.3.1
8.3.2
8.3.3
8.4.0
8.4.1
8.4.2
8.4.3
8.5.0
8.5.1
8.5.2
8.5.3
8.6.0
8.6.1
8.6.2
8.7.0
8.7.1
8.8.0
8.8.1
8.8.2
8.9.0
8.9.1
8.9.2
8.10.0
8.10.1
8.10.2
8.10.3
8.10.4
8.11.0
8.11.1
8.11.2
8.11.3
8.11.4
8.12.0
8.12.1
8.12.2
8.13.0
8.13.1
8.13.2
8.13.3
8.13.4
8.14.0
8.14.1
8.14.2
8.14.3
8.15.0
8.15.1
8.15.2
8.15.3
8.15.4
8.15.5
8.16.0
8.16.1
8.16.2
8.17.0 Latest Major
+

org.elasticsearch.plugin:transport-netty4-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.elasticsearch.plugin
Artifact Idtransport-netty4-client
Current Version7.17.15
Scope
Classifier
Typejar
Newer versions7.17.16
7.17.17
7.17.18
7.17.19
7.17.20
7.17.21
7.17.22
7.17.23
7.17.24
7.17.25
7.17.26 Latest Incremental
+

org.firebirdsql.jdbc:jaybird

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer version available.
Group Idorg.firebirdsql.jdbc
Artifact Idjaybird
Current Version4.0.9.java8
Scope
Classifier
Typejar
Newer versions4.0.9.java11 Latest Subincremental
4.0.10.java7
4.0.10.java8
4.0.10.java11 Latest Incremental
5.0.0.java8-beta-1
5.0.0.java8
5.0.0.java11-beta-1
5.0.0.java11
5.0.1.java8
5.0.1.java11
5.0.2.java8
5.0.2.java11
5.0.3.java8
5.0.3.java11
5.0.4.java8
5.0.4.java11
5.0.5.java8
5.0.5.java11
5.0.6.java8
5.0.6.java11
6.0.0-beta-1
6.0.0 Latest Major
+

org.firebirdsql.jdbc:jaybird-jdk18

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.firebirdsql.jdbc
Artifact Idjaybird-jdk18
Current Version4.0.9.java8
Scope
Classifier
Typejar
Newer versions4.0.10.java8 Latest Incremental
+

org.flywaydb:flyway-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.flywaydb
Artifact Idflyway-core
Current Version8.5.13
Scope
Classifier
Typejar
Newer versions9.0.0
9.0.1
9.0.2
9.0.3
9.0.4
9.1.0
9.1.1
9.1.2
9.1.3
9.1.4
9.1.5
9.1.6
9.2.0
9.2.1
9.2.2
9.2.3
9.3.0
9.3.1
9.4.0
9.5.0
9.5.1
9.6.0
9.7.0
9.8.0
9.8.1
9.8.2
9.8.3
9.9.0
9.10.0
9.10.1
9.10.2
9.11.0
9.12.0
9.13.0
9.14.0
9.14.1
9.15.0
9.15.1
9.15.2
9.16.0
9.16.1
9.16.2
9.16.3
9.17.0
9.18.0
9.19.0
9.19.1
9.19.2
9.19.3
9.19.4
9.20.0
9.20.1
9.21.0
9.21.1
9.21.2
9.22.0
9.22.1
9.22.2
9.22.3
10.0.0
10.0.1
10.1.0
10.2.0
10.3.0
10.4.0
10.4.1
10.5.0
10.6.0
10.7.0
10.7.1
10.7.2
10.8.0
10.8.1
10.9.0
10.9.1
10.10.0
10.11.0
10.11.1
10.12.0
10.13.0
10.14.0
10.15.0
10.15.2
10.16.0
10.17.0
10.17.1
10.17.2
10.17.3
10.18.0
10.18.1
10.18.2
10.19.0
10.20.0
10.20.1
10.21.0
10.22.0
11.0.0
11.0.1
11.1.0 Latest Major
+

org.flywaydb:flyway-firebird

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.flywaydb
Artifact Idflyway-firebird
Current Version8.5.13
Scope
Classifier
Typejar
Newer versions9.0.0
9.0.1
9.0.2
9.0.3
9.0.4
9.1.0
9.1.1
9.1.2
9.1.3
9.1.4
9.1.5
9.1.6
9.2.0
9.2.1
9.2.2
9.2.3
9.3.0
9.3.1
9.4.0
9.5.0
9.5.1
9.6.0
9.7.0
9.8.0
9.8.1
9.8.2
9.8.3
9.9.0
9.10.0
9.10.1
9.10.2
9.11.0
9.12.0
9.13.0
9.14.0
9.14.1
9.15.0
9.15.1
9.15.2
9.16.0
9.16.1
9.16.2
9.16.3
9.17.0
9.18.0
9.19.0
9.19.1
9.19.2
9.19.3
9.19.4
9.20.0
9.20.1
9.21.0
9.21.1
9.21.2
9.22.0
9.22.1
9.22.2
9.22.3
10.0.0
10.0.1
10.1.0
10.2.0
10.3.0
10.4.0
10.4.1
10.5.0
10.6.0
10.7.0
10.7.1
10.7.2
10.8.0
10.8.1
10.9.0
10.9.1
10.10.0
10.11.0
10.11.1
10.12.0
10.13.0
10.14.0
10.15.0
10.15.2
10.16.0
10.17.0
10.17.1
10.17.2
10.17.3
10.18.0
10.18.1
10.18.2
10.19.0
10.20.0
10.20.1
10.21.0
10.22.0
11.0.0
11.0.1
11.1.0 Latest Major
+

org.flywaydb:flyway-mysql

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.flywaydb
Artifact Idflyway-mysql
Current Version8.5.13
Scope
Classifier
Typejar
Newer versions9.0.0
9.0.1
9.0.2
9.0.3
9.0.4
9.1.0
9.1.1
9.1.2
9.1.3
9.1.4
9.1.5
9.1.6
9.2.0
9.2.1
9.2.2
9.2.3
9.3.0
9.3.1
9.4.0
9.5.0
9.5.1
9.6.0
9.7.0
9.8.0
9.8.1
9.8.2
9.8.3
9.9.0
9.10.0
9.10.1
9.10.2
9.11.0
9.12.0
9.13.0
9.14.0
9.14.1
9.15.0
9.15.1
9.15.2
9.16.0
9.16.1
9.16.2
9.16.3
9.17.0
9.18.0
9.19.0
9.19.1
9.19.2
9.19.3
9.19.4
9.20.0
9.20.1
9.21.0
9.21.1
9.21.2
9.22.0
9.22.1
9.22.2
9.22.3
10.0.0
10.0.1
10.1.0
10.2.0
10.3.0
10.4.0
10.4.1
10.5.0
10.6.0
10.7.0
10.7.1
10.7.2
10.8.0
10.8.1
10.9.0
10.9.1
10.10.0
10.11.0
10.11.1
10.12.0
10.13.0
10.14.0
10.15.0
10.15.2
10.16.0
10.17.0
10.17.1
10.17.2
10.17.3
10.18.0
10.18.1
10.18.2
10.19.0
10.20.0
10.20.1
10.21.0
10.22.0
11.0.0
11.0.1
11.1.0 Latest Major
+

org.flywaydb:flyway-sqlserver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.flywaydb
Artifact Idflyway-sqlserver
Current Version8.5.13
Scope
Classifier
Typejar
Newer versions9.0.0
9.0.1
9.0.2
9.0.3
9.0.4
9.1.0
9.1.1
9.1.2
9.1.3
9.1.4
9.1.5
9.1.6
9.2.0
9.2.1
9.2.2
9.2.3
9.3.0
9.3.1
9.4.0
9.5.0
9.5.1
9.6.0
9.7.0
9.8.0
9.8.1
9.8.2
9.8.3
9.9.0
9.10.0
9.10.1
9.10.2
9.11.0
9.12.0
9.13.0
9.14.0
9.14.1
9.15.0
9.15.1
9.15.2
9.16.0
9.16.1
9.16.2
9.16.3
9.17.0
9.18.0
9.19.0
9.19.1
9.19.2
9.19.3
9.19.4
9.20.0
9.20.1
9.21.0
9.21.1
9.21.2
9.22.0
9.22.1
9.22.2
9.22.3
10.0.0
10.0.1
10.1.0
10.2.0
10.3.0
10.4.0
10.4.1
10.5.0
10.6.0
10.7.0
10.7.1
10.7.2
10.8.0
10.8.1
10.9.0
10.9.1
10.10.0
10.11.0
10.11.1
10.12.0
10.13.0
10.14.0
10.15.0
10.15.2
10.16.0
10.17.0
10.17.1
10.17.2
10.17.3
10.18.0
10.18.1
10.18.2
10.19.0
10.20.0
10.20.1
10.21.0
10.22.0
11.0.0
11.0.1
11.1.0 Latest Major
+

org.freemarker:freemarker

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.freemarker
Artifact Idfreemarker
Current Version2.3.32
Scope
Classifier
Typejar
Newer versions2.3.33
2.3.34 Latest Incremental
+

org.glassfish:jakarta.el

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.glassfish
Artifact Idjakarta.el
Current Version3.0.4
Scope
Classifier
Typejar
Newer versions4.0.0-RC1
4.0.0-RC2
4.0.0
4.0.1
4.0.2
5.0.0-M1 Latest Major
+

org.glassfish.jaxb:codemodel

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jaxb
Artifact Idcodemodel
Current Version2.3.9
Scope
Classifier
Typejar
Newer versions2.4.0-b180725.0644
2.4.0-b180830.0438 Latest Minor
3.0.0-M1
3.0.0-M2
3.0.0-M3
3.0.0-M4
3.0.0-M5
3.0.0
3.0.1-b02
3.0.1
3.0.2-b01
3.0.2
3.1.0-M1
4.0.0-M1
4.0.0-M2
4.0.0-M3
4.0.0-M4
4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5 Latest Major
+

org.glassfish.jaxb:codemodel-annotation-compiler

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jaxb
Artifact Idcodemodel-annotation-compiler
Current Version2.3.9
Scope
Classifier
Typejar
Newer versions2.4.0-b180725.0644
2.4.0-b180830.0438 Latest Minor
3.0.0-M1
3.0.0-M2
3.0.0-M3
3.0.0-M4
3.0.0-M5
3.0.0
3.0.1-b02
3.0.1
3.0.2-b01
3.0.2
3.1.0-M1
4.0.0-M1
4.0.0-M2
4.0.0-M3
4.0.0-M4
4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5 Latest Major
+

org.glassfish.jaxb:jaxb-jxc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jaxb
Artifact Idjaxb-jxc
Current Version2.3.9
Scope
Classifier
Typejar
Newer versions2.4.0-b180725.0644
2.4.0-b180830.0438 Latest Minor
3.0.0-M1
3.0.0-M2
3.0.0-M3
3.0.0-M4
3.0.0-M5
3.0.0
3.0.1-b02
3.0.1
3.0.2-b01
3.0.2
3.1.0-M1
4.0.0-M1
4.0.0-M2
4.0.0-M3
4.0.0-M4
4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5 Latest Major
+

org.glassfish.jaxb:jaxb-runtime

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jaxb
Artifact Idjaxb-runtime
Current Version2.3.9
Scope
Classifier
Typejar
Newer versions2.4.0-b180725.0644
2.4.0-b180830.0438 Latest Minor
3.0.0-M1
3.0.0-M2
3.0.0-M3
3.0.0-M4
3.0.0-M5
3.0.0
3.0.1-b02
3.0.1
3.0.2-b01
3.0.2
3.1.0-M1
4.0.0-M1
4.0.0-M2
4.0.0-M3
4.0.0-M4
4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5 Latest Major
+

org.glassfish.jaxb:jaxb-xjc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jaxb
Artifact Idjaxb-xjc
Current Version2.3.9
Scope
Classifier
Typejar
Newer versions2.4.0-b180725.0644
2.4.0-b180830.0438 Latest Minor
3.0.0-M1
3.0.0-M2
3.0.0-M3
3.0.0-M4
3.0.0-M5
3.0.0
3.0.1-b02
3.0.1
3.0.2-b01
3.0.2
3.1.0-M1
4.0.0-M1
4.0.0-M2
4.0.0-M3
4.0.0-M4
4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5 Latest Major
+

org.glassfish.jaxb:txw2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jaxb
Artifact Idtxw2
Current Version2.3.9
Scope
Classifier
Typejar
Newer versions2.4.0-b180725.0644
2.4.0-b180830.0438 Latest Minor
3.0.0-M1
3.0.0-M2
3.0.0-M3
3.0.0-M4
3.0.0-M5
3.0.0
3.0.1-b02
3.0.1
3.0.2-b01
3.0.2
3.1.0-M1
4.0.0-M1
4.0.0-M2
4.0.0-M3
4.0.0-M4
4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5 Latest Major
+

org.glassfish.jaxb:txwc2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jaxb
Artifact Idtxwc2
Current Version2.3.9
Scope
Classifier
Typejar
Newer versions2.4.0-b180725.0644
2.4.0-b180830.0438 Latest Minor
3.0.0-M1
3.0.0-M2
3.0.0-M3
3.0.0-M4
3.0.0-M5
3.0.0
3.0.1-b02
3.0.1
3.0.2-b01
3.0.2
3.1.0-M1
4.0.0-M1
4.0.0-M2
4.0.0-M3
4.0.0-M4
4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5 Latest Major
+

org.glassfish.jaxb:xsom

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jaxb
Artifact Idxsom
Current Version2.3.9
Scope
Classifier
Typejar
Newer versions2.4.0-b180725.0644
2.4.0-b180830.0438 Latest Minor
3.0.0-M1
3.0.0-M2
3.0.0-M3
3.0.0-M4
3.0.0-M5
3.0.0
3.0.1-b02
3.0.1
3.0.2-b01
3.0.2
3.1.0-M1
4.0.0-M1
4.0.0-M2
4.0.0-M3
4.0.0-M4
4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5 Latest Major
+

org.glassfish.jersey.bundles:jaxrs-ri

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.bundles
Artifact Idjaxrs-ri
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9 Latest Major
+

org.glassfish.jersey.connectors:jersey-apache-connector

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.connectors
Artifact Idjersey-apache-connector
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9 Latest Major
+

org.glassfish.jersey.connectors:jersey-grizzly-connector

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.connectors
Artifact Idjersey-grizzly-connector
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.connectors:jersey-helidon-connector

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.connectors
Artifact Idjersey-helidon-connector
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.connectors:jersey-jdk-connector

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.connectors
Artifact Idjersey-jdk-connector
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.connectors:jersey-jetty-connector

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.connectors
Artifact Idjersey-jetty-connector
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.connectors:jersey-netty-connector

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.connectors
Artifact Idjersey-netty-connector
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.containers:jersey-container-grizzly2-http

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.containers
Artifact Idjersey-container-grizzly2-http
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.containers:jersey-container-grizzly2-servlet

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.containers
Artifact Idjersey-container-grizzly2-servlet
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.containers:jersey-container-jdk-http

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.containers
Artifact Idjersey-container-jdk-http
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.containers:jersey-container-jetty-http

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.containers
Artifact Idjersey-container-jetty-http
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.containers:jersey-container-jetty-servlet

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.containers
Artifact Idjersey-container-jetty-servlet
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.containers:jersey-container-netty-http

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.containers
Artifact Idjersey-container-netty-http
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.containers:jersey-container-servlet

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.containers
Artifact Idjersey-container-servlet
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.containers:jersey-container-servlet-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.containers
Artifact Idjersey-container-servlet-core
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.containers:jersey-container-simple-http

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.containers
Artifact Idjersey-container-simple-http
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9 Latest Major
+

org.glassfish.jersey.containers.glassfish:jersey-gf-ejb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.containers.glassfish
Artifact Idjersey-gf-ejb
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.core:jersey-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.core
Artifact Idjersey-client
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.core:jersey-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.core
Artifact Idjersey-common
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.core:jersey-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.core
Artifact Idjersey-server
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext:jersey-bean-validation

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-bean-validation
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext:jersey-declarative-linking

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-declarative-linking
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext:jersey-entity-filtering

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-entity-filtering
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext:jersey-metainf-services

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-metainf-services
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext:jersey-mvc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-mvc
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext:jersey-mvc-bean-validation

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-mvc-bean-validation
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext:jersey-mvc-freemarker

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-mvc-freemarker
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext:jersey-mvc-jsp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-mvc-jsp
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext:jersey-mvc-mustache

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-mvc-mustache
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext:jersey-proxy-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-proxy-client
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext:jersey-servlet-portability

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-servlet-portability
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6 Latest Major
+

org.glassfish.jersey.ext:jersey-spring4

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-spring4
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6 Latest Major
+

org.glassfish.jersey.ext:jersey-spring5

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-spring5
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6 Latest Major
+

org.glassfish.jersey.ext:jersey-wadl-doclet

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext
Artifact Idjersey-wadl-doclet
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext.cdi
Artifact Idjersey-cdi-rs-inject
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext.cdi:jersey-cdi1x

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext.cdi
Artifact Idjersey-cdi1x
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext.cdi
Artifact Idjersey-cdi1x-ban-custom-hk2-binding
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext.cdi
Artifact Idjersey-cdi1x-servlet
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext.cdi
Artifact Idjersey-cdi1x-transaction
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext.cdi
Artifact Idjersey-cdi1x-validation
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext.cdi:jersey-weld2-se

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext.cdi
Artifact Idjersey-weld2-se
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext.microprofile:jersey-mp-config

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext.microprofile
Artifact Idjersey-mp-config
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext.microprofile
Artifact Idjersey-mp-rest-client
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext.rx:jersey-rx-client-guava

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext.rx
Artifact Idjersey-rx-client-guava
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext.rx
Artifact Idjersey-rx-client-rxjava
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.ext.rx
Artifact Idjersey-rx-client-rxjava2
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.inject:jersey-cdi2-se

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.inject
Artifact Idjersey-cdi2-se
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.inject:jersey-hk2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.inject
Artifact Idjersey-hk2
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.media:jersey-media-jaxb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.media
Artifact Idjersey-media-jaxb
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.media:jersey-media-json-binding

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.media
Artifact Idjersey-media-json-binding
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.media:jersey-media-json-jackson

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.media
Artifact Idjersey-media-json-jackson
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.media:jersey-media-json-jettison

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.media
Artifact Idjersey-media-json-jettison
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.media:jersey-media-json-processing

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.media
Artifact Idjersey-media-json-processing
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.media:jersey-media-kryo

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.media
Artifact Idjersey-media-kryo
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.media:jersey-media-moxy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.media
Artifact Idjersey-media-moxy
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.media:jersey-media-multipart

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.media
Artifact Idjersey-media-multipart
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.media:jersey-media-sse

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.media
Artifact Idjersey-media-sse
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.security:oauth1-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.security
Artifact Idoauth1-client
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.security:oauth1-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.security
Artifact Idoauth1-server
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.security:oauth1-signature

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.security
Artifact Idoauth1-signature
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.security:oauth2-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.security
Artifact Idoauth2-client
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.test-framework:jersey-test-framework-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.test-framework
Artifact Idjersey-test-framework-core
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.test-framework:jersey-test-framework-util

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.test-framework
Artifact Idjersey-test-framework-util
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.test-framework.providers
Artifact Idjersey-test-framework-provider-bundle
Current Version2.35
Scope
Classifier
Typepom
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.test-framework.providers
Artifact Idjersey-test-framework-provider-external
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.test-framework.providers
Artifact Idjersey-test-framework-provider-grizzly2
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.test-framework.providers
Artifact Idjersey-test-framework-provider-inmemory
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.test-framework.providers
Artifact Idjersey-test-framework-provider-jdk-http
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.test-framework.providers
Artifact Idjersey-test-framework-provider-jetty
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0-M1 Latest Major
+

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.glassfish.jersey.test-framework.providers
Artifact Idjersey-test-framework-provider-simple
Current Version2.35
Scope
Classifier
Typejar
Newer versions2.36
2.37
2.38
2.39
2.39.1
2.40
2.41
2.42
2.43
2.44
2.45
2.46 Latest Minor
3.0.0-M1
3.0.0-M6
3.0.0-RC2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0-M1
3.1.0-M2
3.1.0-M3
3.1.0-M7
3.1.0-M8
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9 Latest Major
+

org.glassfish.web:jakarta.servlet.jsp.jstl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.glassfish.web
Artifact Idjakarta.servlet.jsp.jstl
Current Version1.2.6
Scope
Classifier
Typejar
Newer versions2.0.0-M1
2.0.0
3.0.0
3.0.1 Latest Major
+

org.hamcrest:hamcrest

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hamcrest
Artifact Idhamcrest
Current Version2.2
Scope
Classifier
Typejar
Newer versions3.0-rc1
3.0 Latest Major
+

org.hamcrest:hamcrest-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hamcrest
Artifact Idhamcrest-core
Current Version2.2
Scope
Classifier
Typejar
Newer versions3.0-rc1
3.0 Latest Major
+

org.hamcrest:hamcrest-library

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hamcrest
Artifact Idhamcrest-library
Current Version2.2
Scope
Classifier
Typejar
Newer versions3.0-rc1
3.0 Latest Major
+

org.hibernate:hibernate-c3p0

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-c3p0
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Alpha2
6.0.0.Alpha3
6.0.0.Alpha4
6.0.0.Alpha5
6.0.0.Alpha6
6.0.0.Alpha7
6.0.0.Alpha8
6.0.0.Alpha9
6.0.0.Beta1
6.0.0.Beta2
6.0.0.Beta3
6.0.0.CR1
6.0.0.CR2
6.0.0.Final
6.0.1.Final
6.0.2.Final
6.1.0.Final
6.1.1.Final
6.1.2.Final
6.1.3.Final
6.1.4.Final
6.1.5.Final
6.1.6.Final
6.1.7.Final
6.2.0.CR1
6.2.0.CR2
6.2.0.CR3
6.2.0.CR4
6.2.0.Final
6.2.1.Final
6.2.2.Final
6.2.3.Final
6.2.4.Final
6.2.5.Final
6.2.6.Final
6.2.7.Final
6.2.8.Final
6.2.9.Final
6.2.10.Final
6.2.11.Final
6.2.12.Final
6.2.13.Final
6.2.14.Final
6.2.15.Final
6.2.16.Final
6.2.17.Final
6.2.18.Final
6.2.19.Final
6.2.20.Final
6.2.21.Final
6.2.22.Final
6.2.23.Final
6.2.24.Final
6.2.25.Final
6.2.26.Final
6.2.27.Final
6.2.28.Final
6.2.29.Final
6.2.30.Final
6.2.31.Final
6.2.32.Final
6.3.0.CR1
6.3.0.Final
6.3.1.Final
6.3.2.Final
6.4.0.CR1
6.4.0.Final
6.4.1.Final
6.4.2.Final
6.4.3.Final
6.4.4.Final
6.4.5.Final
6.4.6.Final
6.4.7.Final
6.4.8.Final
6.4.9.Final
6.4.10.Final
6.5.0.CR1
6.5.0.CR2
6.5.0.Final
6.5.1.Final
6.5.2.Final
6.5.3.Final
6.6.0.Alpha1
6.6.0.CR1
6.6.0.CR2
6.6.0.Final
6.6.1.Final
6.6.2.Final
6.6.3.Final
6.6.4.Final
7.0.0.Alpha1
7.0.0.Alpha2
7.0.0.Alpha3
7.0.0.Beta1
7.0.0.Beta2
7.0.0.Beta3 Latest Major
+

org.hibernate:hibernate-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-core
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Alpha2
6.0.0.Alpha3
6.0.0.Alpha4
6.0.0.Alpha5
6.0.0.Alpha6
6.0.0.Alpha7
6.0.0.Alpha8
6.0.0.Alpha9
6.0.0.Beta1
6.0.0.Beta2
6.0.0.Beta3
6.0.0.CR1
6.0.0.CR2
6.0.0.Final
6.0.1.Final
6.0.2.Final
6.1.0.Final
6.1.1.Final
6.1.2.Final
6.1.3.Final
6.1.4.Final
6.1.5.Final
6.1.6.Final
6.1.7.Final
6.2.0.CR1
6.2.0.CR2
6.2.0.CR3
6.2.0.CR4
6.2.0.Final
6.2.1.Final
6.2.2.Final
6.2.3.Final
6.2.4.Final
6.2.5.Final
6.2.6.Final
6.2.7.Final
6.2.8.Final
6.2.9.Final
6.2.10.Final
6.2.11.Final
6.2.12.Final
6.2.13.Final
6.2.14.Final
6.2.15.Final
6.2.16.Final
6.2.17.Final
6.2.18.Final
6.2.19.Final
6.2.20.Final
6.2.21.Final
6.2.22.Final
6.2.23.Final
6.2.24.Final
6.2.25.Final
6.2.26.Final
6.2.27.Final
6.2.28.Final
6.2.29.Final
6.2.30.Final
6.2.31.Final
6.2.32.Final
6.3.0.CR1
6.3.0.Final
6.3.1.Final
6.3.2.Final
6.4.0.CR1
6.4.0.Final
6.4.1.Final
6.4.2.Final
6.4.3.Final
6.4.4.Final
6.4.5.Final
6.4.6.Final
6.4.7.Final
6.4.8.Final
6.4.9.Final
6.4.10.Final
6.5.0.CR1
6.5.0.CR2
6.5.0.Final
6.5.1.Final
6.5.2.Final
6.5.3.Final
6.6.0.Alpha1
6.6.0.CR1
6.6.0.CR2
6.6.0.Final
6.6.1.Final
6.6.2.Final
6.6.3.Final
6.6.4.Final
7.0.0.Alpha1
7.0.0.Alpha2
7.0.0.Alpha3
7.0.0.Beta1
7.0.0.Beta2
7.0.0.Beta3 Latest Major
+

org.hibernate:hibernate-ehcache

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-ehcache
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Alpha3
6.0.0.Alpha4
6.0.0.Alpha5
6.0.0.Alpha6
6.0.0.Alpha7 Latest Major
+

org.hibernate:hibernate-entitymanager

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-entitymanager
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Alpha3
6.0.0.Alpha4
6.0.0.Alpha5
6.0.0.Alpha6
6.0.0.Alpha7 Latest Major
+

org.hibernate:hibernate-envers

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-envers
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Alpha3
6.0.0.Alpha4
6.0.0.Alpha5
6.0.0.Alpha6
6.0.0.Alpha7
6.0.0.Alpha8
6.0.0.Alpha9
6.0.0.Beta1
6.0.0.Beta2
6.0.0.Beta3
6.0.0.CR1
6.0.0.CR2
6.0.0.Final
6.0.1.Final
6.0.2.Final
6.1.0.Final
6.1.1.Final
6.1.2.Final
6.1.3.Final
6.1.4.Final
6.1.5.Final
6.1.6.Final
6.1.7.Final
6.2.0.CR1
6.2.0.CR2
6.2.0.CR3
6.2.0.CR4
6.2.0.Final
6.2.1.Final
6.2.2.Final
6.2.3.Final
6.2.4.Final
6.2.5.Final
6.2.6.Final
6.2.7.Final
6.2.8.Final
6.2.9.Final
6.2.10.Final
6.2.11.Final
6.2.12.Final
6.2.13.Final
6.2.14.Final
6.2.15.Final
6.2.16.Final
6.2.17.Final
6.2.18.Final
6.2.19.Final
6.2.20.Final
6.2.21.Final
6.2.22.Final
6.2.23.Final
6.2.24.Final
6.2.25.Final
6.2.26.Final
6.2.27.Final
6.2.28.Final
6.2.29.Final
6.2.30.Final
6.2.31.Final
6.2.32.Final
6.3.0.CR1
6.3.0.Final
6.3.1.Final
6.3.2.Final
6.4.0.CR1
6.4.0.Final
6.4.1.Final
6.4.2.Final
6.4.3.Final
6.4.4.Final
6.4.5.Final
6.4.6.Final
6.4.7.Final
6.4.8.Final
6.4.9.Final
6.4.10.Final
6.5.0.CR1
6.5.0.CR2
6.5.0.Final
6.5.1.Final
6.5.2.Final
6.5.3.Final
6.6.0.Alpha1
6.6.0.CR1
6.6.0.CR2
6.6.0.Final
6.6.1.Final
6.6.2.Final
6.6.3.Final
6.6.4.Final
7.0.0.Alpha1
7.0.0.Alpha2
7.0.0.Alpha3
7.0.0.Beta1
7.0.0.Beta2
7.0.0.Beta3 Latest Major
+

org.hibernate:hibernate-hikaricp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-hikaricp
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Alpha2
6.0.0.Alpha3
6.0.0.Alpha4
6.0.0.Alpha5
6.0.0.Alpha6
6.0.0.Alpha7
6.0.0.Alpha8
6.0.0.Alpha9
6.0.0.Beta1
6.0.0.Beta2
6.0.0.Beta3
6.0.0.CR1
6.0.0.CR2
6.0.0.Final
6.0.1.Final
6.0.2.Final
6.1.0.Final
6.1.1.Final
6.1.2.Final
6.1.3.Final
6.1.4.Final
6.1.5.Final
6.1.6.Final
6.1.7.Final
6.2.0.CR1
6.2.0.CR2
6.2.0.CR3
6.2.0.CR4
6.2.0.Final
6.2.1.Final
6.2.2.Final
6.2.3.Final
6.2.4.Final
6.2.5.Final
6.2.6.Final
6.2.7.Final
6.2.8.Final
6.2.9.Final
6.2.10.Final
6.2.11.Final
6.2.12.Final
6.2.13.Final
6.2.14.Final
6.2.15.Final
6.2.16.Final
6.2.17.Final
6.2.18.Final
6.2.19.Final
6.2.20.Final
6.2.21.Final
6.2.22.Final
6.2.23.Final
6.2.24.Final
6.2.25.Final
6.2.26.Final
6.2.27.Final
6.2.28.Final
6.2.29.Final
6.2.30.Final
6.2.31.Final
6.2.32.Final
6.3.0.CR1
6.3.0.Final
6.3.1.Final
6.3.2.Final
6.4.0.CR1
6.4.0.Final
6.4.1.Final
6.4.2.Final
6.4.3.Final
6.4.4.Final
6.4.5.Final
6.4.6.Final
6.4.7.Final
6.4.8.Final
6.4.9.Final
6.4.10.Final
6.5.0.CR1
6.5.0.CR2
6.5.0.Final
6.5.1.Final
6.5.2.Final
6.5.3.Final
6.6.0.Alpha1
6.6.0.CR1
6.6.0.CR2
6.6.0.Final
6.6.1.Final
6.6.2.Final
6.6.3.Final
6.6.4.Final
7.0.0.Alpha1
7.0.0.Alpha2
7.0.0.Alpha3
7.0.0.Beta1
7.0.0.Beta2
7.0.0.Beta3 Latest Major
+

org.hibernate:hibernate-java8

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-java8
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Alpha3
6.0.0.Alpha4
6.0.0.Alpha5
6.0.0.Alpha6
6.0.0.Alpha7 Latest Major
+

org.hibernate:hibernate-jcache

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-jcache
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Alpha3
6.0.0.Alpha4
6.0.0.Alpha5
6.0.0.Alpha6
6.0.0.Alpha7
6.0.0.Alpha8
6.0.0.Alpha9
6.0.0.Beta2
6.0.0.Beta3
6.0.0.CR1
6.0.0.CR2
6.0.0.Final
6.0.1.Final
6.0.2.Final
6.1.0.Final
6.1.1.Final
6.1.2.Final
6.1.3.Final
6.1.4.Final
6.1.5.Final
6.1.6.Final
6.1.7.Final
6.2.0.CR1
6.2.0.CR2
6.2.0.CR3
6.2.0.CR4
6.2.0.Final
6.2.1.Final
6.2.2.Final
6.2.3.Final
6.2.4.Final
6.2.5.Final
6.2.6.Final
6.2.7.Final
6.2.8.Final
6.2.9.Final
6.2.10.Final
6.2.11.Final
6.2.12.Final
6.2.13.Final
6.2.14.Final
6.2.15.Final
6.2.16.Final
6.2.17.Final
6.2.18.Final
6.2.19.Final
6.2.20.Final
6.2.21.Final
6.2.22.Final
6.2.23.Final
6.2.24.Final
6.2.25.Final
6.2.26.Final
6.2.27.Final
6.2.28.Final
6.2.29.Final
6.2.30.Final
6.2.31.Final
6.2.32.Final
6.3.0.CR1
6.3.0.Final
6.3.1.Final
6.3.2.Final
6.4.0.CR1
6.4.0.Final
6.4.1.Final
6.4.2.Final
6.4.3.Final
6.4.4.Final
6.4.5.Final
6.4.6.Final
6.4.7.Final
6.4.8.Final
6.4.9.Final
6.4.10.Final
6.5.0.CR1
6.5.0.CR2
6.5.0.Final
6.5.1.Final
6.5.2.Final
6.5.3.Final
6.6.0.Alpha1
6.6.0.CR1
6.6.0.CR2
6.6.0.Final
6.6.1.Final
6.6.2.Final
6.6.3.Final
6.6.4.Final
7.0.0.Alpha1
7.0.0.Alpha2
7.0.0.Alpha3
7.0.0.Beta1
7.0.0.Beta2
7.0.0.Beta3 Latest Major
+

org.hibernate:hibernate-jpamodelgen

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-jpamodelgen
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Alpha2
6.0.0.Alpha3
6.0.0.Alpha4
6.0.0.Alpha5
6.0.0.Alpha6
6.0.0.Alpha7
6.0.0.Alpha8
6.0.0.Alpha9
6.0.0.Beta1
6.0.0.Beta2
6.0.0.Beta3
6.0.0.CR1
6.0.0.CR2
6.0.0.Final
6.0.1.Final
6.0.2.Final
6.1.0.Final
6.1.1.Final
6.1.2.Final
6.1.3.Final
6.1.4.Final
6.1.5.Final
6.1.6.Final
6.1.7.Final
6.2.0.CR1
6.2.0.CR2
6.2.0.CR3
6.2.0.CR4
6.2.0.Final
6.2.1.Final
6.2.2.Final
6.2.3.Final
6.2.4.Final
6.2.5.Final
6.2.6.Final
6.2.7.Final
6.2.8.Final
6.2.9.Final
6.2.10.Final
6.2.11.Final
6.2.12.Final
6.2.13.Final
6.2.14.Final
6.2.15.Final
6.2.16.Final
6.2.17.Final
6.2.18.Final
6.2.19.Final
6.2.20.Final
6.2.21.Final
6.2.22.Final
6.2.23.Final
6.2.24.Final
6.2.25.Final
6.2.26.Final
6.2.27.Final
6.2.28.Final
6.2.29.Final
6.2.30.Final
6.2.31.Final
6.2.32.Final
6.3.0.CR1
6.3.0.Final
6.3.1.Final
6.3.2.Final
6.4.0.CR1
6.4.0.Final
6.4.1.Final
6.4.2.Final
6.4.3.Final
6.4.4.Final
6.4.5.Final
6.4.6.Final
6.4.7.Final
6.4.8.Final
6.4.9.Final
6.4.10.Final
6.5.0.CR1
6.5.0.CR2
6.5.0.Final
6.5.1.Final
6.5.2.Final
6.5.3.Final
6.6.0.Alpha1
6.6.0.CR1
6.6.0.CR2
6.6.0.Final
6.6.1.Final
6.6.2.Final
6.6.3.Final
6.6.4.Final Latest Major
+

org.hibernate:hibernate-micrometer

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-micrometer
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Alpha7
6.0.0.Alpha8
6.0.0.Alpha9
6.0.0.Beta1
6.0.0.Beta2
6.0.0.Beta3
6.0.0.CR1
6.0.0.CR2
6.0.0.Final
6.0.1.Final
6.0.2.Final
6.1.0.Final
6.1.1.Final
6.1.2.Final
6.1.3.Final
6.1.4.Final
6.1.5.Final
6.1.6.Final
6.1.7.Final
6.2.0.CR1
6.2.0.CR2
6.2.0.CR3
6.2.0.CR4
6.2.0.Final
6.2.1.Final
6.2.2.Final
6.2.3.Final
6.2.4.Final
6.2.5.Final
6.2.6.Final
6.2.7.Final
6.2.8.Final
6.2.9.Final
6.2.10.Final
6.2.11.Final
6.2.12.Final
6.2.13.Final
6.2.14.Final
6.2.15.Final
6.2.16.Final
6.2.17.Final
6.2.18.Final
6.2.19.Final
6.2.20.Final
6.2.21.Final
6.2.22.Final
6.2.23.Final
6.2.24.Final
6.2.25.Final
6.2.26.Final
6.2.27.Final
6.2.28.Final
6.2.29.Final
6.2.30.Final
6.2.31.Final
6.2.32.Final
6.3.0.CR1
6.3.0.Final
6.3.1.Final
6.3.2.Final
6.4.0.CR1
6.4.0.Final
6.4.1.Final
6.4.2.Final
6.4.3.Final
6.4.4.Final
6.4.5.Final
6.4.6.Final
6.4.7.Final
6.4.8.Final
6.4.9.Final
6.4.10.Final
6.5.0.CR1
6.5.0.CR2
6.5.0.Final
6.5.1.Final
6.5.2.Final
6.5.3.Final
6.6.0.Alpha1
6.6.0.CR1
6.6.0.CR2
6.6.0.Final
6.6.1.Final
6.6.2.Final
6.6.3.Final
6.6.4.Final
7.0.0.Alpha1
7.0.0.Alpha2
7.0.0.Alpha3
7.0.0.Beta1
7.0.0.Beta2
7.0.0.Beta3 Latest Major
+

org.hibernate:hibernate-proxool

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-proxool
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Alpha2
6.0.0.Alpha3
6.0.0.Alpha4
6.0.0.Alpha5
6.0.0.Alpha6
6.0.0.Alpha7
6.0.0.Alpha8
6.0.0.Alpha9
6.0.0.Beta1
6.0.0.Beta2
6.0.0.Beta3
6.0.0.CR1
6.0.0.CR2
6.0.0.Final
6.0.1.Final
6.0.2.Final
6.1.0.Final
6.1.1.Final
6.1.2.Final
6.1.3.Final
6.1.4.Final
6.1.5.Final
6.1.6.Final
6.1.7.Final
6.2.0.CR1
6.2.0.CR2
6.2.0.CR3
6.2.0.CR4
6.2.0.Final
6.2.1.Final
6.2.2.Final
6.2.3.Final
6.2.4.Final
6.2.5.Final
6.2.6.Final
6.2.7.Final
6.2.8.Final
6.2.9.Final
6.2.10.Final
6.2.11.Final
6.2.12.Final
6.2.13.Final
6.2.14.Final
6.2.15.Final
6.2.16.Final
6.2.17.Final
6.2.18.Final
6.2.19.Final
6.2.20.Final
6.2.21.Final
6.2.22.Final
6.2.23.Final
6.2.24.Final
6.2.25.Final
6.2.26.Final
6.2.27.Final
6.2.28.Final
6.2.29.Final
6.2.30.Final
6.2.31.Final
6.2.32.Final
6.3.0.CR1
6.3.0.Final
6.3.1.Final
6.3.2.Final
6.4.0.CR1
6.4.0.Final
6.4.1.Final
6.4.2.Final
6.4.3.Final
6.4.4.Final
6.4.5.Final
6.4.6.Final
6.4.7.Final
6.4.8.Final
6.4.9.Final
6.4.10.Final
6.5.0.CR1
6.5.0.CR2
6.5.0.Final
6.5.1.Final
6.5.2.Final
6.5.3.Final
6.6.0.Alpha1
6.6.0.CR1
6.6.0.CR2
6.6.0.Final
6.6.1.Final
6.6.2.Final
6.6.3.Final
6.6.4.Final
7.0.0.Alpha1
7.0.0.Alpha2
7.0.0.Alpha3
7.0.0.Beta1
7.0.0.Beta2 Latest Major
+

org.hibernate:hibernate-spatial

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-spatial
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Beta1
6.0.0.Beta2
6.0.0.Beta3
6.0.0.CR1
6.0.0.CR2
6.0.0.Final
6.0.1.Final
6.0.2.Final
6.1.0.Final
6.1.1.Final
6.1.2.Final
6.1.3.Final
6.1.4.Final
6.1.5.Final
6.1.6.Final
6.1.7.Final
6.2.0.CR1
6.2.0.CR2
6.2.0.CR3
6.2.0.CR4
6.2.0.Final
6.2.1.Final
6.2.2.Final
6.2.3.Final
6.2.4.Final
6.2.5.Final
6.2.6.Final
6.2.7.Final
6.2.8.Final
6.2.9.Final
6.2.10.Final
6.2.11.Final
6.2.12.Final
6.2.13.Final
6.2.14.Final
6.2.15.Final
6.2.16.Final
6.2.17.Final
6.2.18.Final
6.2.19.Final
6.2.20.Final
6.2.21.Final
6.2.22.Final
6.2.23.Final
6.2.24.Final
6.2.25.Final
6.2.26.Final
6.2.27.Final
6.2.28.Final
6.2.29.Final
6.2.30.Final
6.2.31.Final
6.2.32.Final
6.3.0.CR1
6.3.0.Final
6.3.1.Final
6.3.2.Final
6.4.0.CR1
6.4.0.Final
6.4.1.Final
6.4.2.Final
6.4.3.Final
6.4.4.Final
6.4.5.Final
6.4.6.Final
6.4.7.Final
6.4.8.Final
6.4.9.Final
6.4.10.Final
6.5.0.CR1
6.5.0.CR2
6.5.0.Final
6.5.1.Final
6.5.2.Final
6.5.3.Final
6.6.0.Alpha1
6.6.0.CR1
6.6.0.CR2
6.6.0.Final
6.6.1.Final
6.6.2.Final
6.6.3.Final
6.6.4.Final
7.0.0.Alpha1
7.0.0.Alpha2
7.0.0.Alpha3
7.0.0.Beta1
7.0.0.Beta2
7.0.0.Beta3 Latest Major
+

org.hibernate:hibernate-testing

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-testing
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Alpha2
6.0.0.Alpha3
6.0.0.Alpha4
6.0.0.Alpha5
6.0.0.Alpha6
6.0.0.Alpha7
6.0.0.Alpha8
6.0.0.Alpha9
6.0.0.Beta1
6.0.0.Beta2
6.0.0.Beta3
6.0.0.CR1
6.0.0.CR2
6.0.0.Final
6.0.1.Final
6.0.2.Final
6.1.0.Final
6.1.1.Final
6.1.2.Final
6.1.3.Final
6.1.4.Final
6.1.5.Final
6.1.6.Final
6.1.7.Final
6.2.0.CR1
6.2.0.CR2
6.2.0.CR3
6.2.0.CR4
6.2.0.Final
6.2.1.Final
6.2.2.Final
6.2.3.Final
6.2.4.Final
6.2.5.Final
6.2.6.Final
6.2.7.Final
6.2.8.Final
6.2.9.Final
6.2.10.Final
6.2.11.Final
6.2.12.Final
6.2.13.Final
6.2.14.Final
6.2.15.Final
6.2.16.Final
6.2.17.Final
6.2.18.Final
6.2.19.Final
6.2.20.Final
6.2.21.Final
6.2.22.Final
6.2.23.Final
6.2.24.Final
6.2.25.Final
6.2.26.Final
6.2.27.Final
6.2.28.Final
6.2.29.Final
6.2.30.Final
6.2.31.Final
6.2.32.Final
6.3.0.CR1
6.3.0.Final
6.3.1.Final
6.3.2.Final
6.4.0.CR1
6.4.0.Final
6.4.1.Final
6.4.2.Final
6.4.3.Final
6.4.4.Final
6.4.5.Final
6.4.6.Final
6.4.7.Final
6.4.8.Final
6.4.9.Final
6.4.10.Final
6.5.0.CR1
6.5.0.CR2
6.5.0.Final
6.5.1.Final
6.5.2.Final
6.5.3.Final
6.6.0.Alpha1
6.6.0.CR1
6.6.0.CR2
6.6.0.Final
6.6.1.Final
6.6.2.Final
6.6.3.Final
6.6.4.Final
7.0.0.Alpha1
7.0.0.Alpha2
7.0.0.Alpha3
7.0.0.Beta1
7.0.0.Beta2
7.0.0.Beta3 Latest Major
+

org.hibernate:hibernate-vibur

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate
Artifact Idhibernate-vibur
Current Version5.6.15.Final
Scope
Classifier
Typejar
Newer versions6.0.0.Alpha2
6.0.0.Alpha3
6.0.0.Alpha4
6.0.0.Alpha5
6.0.0.Alpha6
6.0.0.Alpha7
6.0.0.Alpha8
6.0.0.Alpha9
6.0.0.Beta1
6.0.0.Beta2
6.0.0.Beta3
6.0.0.CR1
6.0.0.CR2
6.0.0.Final
6.0.1.Final
6.0.2.Final
6.1.0.Final
6.1.1.Final
6.1.2.Final
6.1.3.Final
6.1.4.Final
6.1.5.Final
6.1.6.Final
6.1.7.Final
6.2.0.CR1
6.2.0.CR2
6.2.0.CR3
6.2.0.CR4
6.2.0.Final
6.2.1.Final
6.2.2.Final
6.2.3.Final
6.2.4.Final
6.2.5.Final
6.2.6.Final
6.2.7.Final
6.2.8.Final
6.2.9.Final
6.2.10.Final
6.2.11.Final
6.2.12.Final
6.2.13.Final
6.2.14.Final
6.2.15.Final
6.2.16.Final
6.2.17.Final
6.2.18.Final
6.2.19.Final
6.2.20.Final
6.2.21.Final
6.2.22.Final
6.2.23.Final
6.2.24.Final
6.2.25.Final
6.2.26.Final
6.2.27.Final
6.2.28.Final
6.2.29.Final
6.2.30.Final
6.2.31.Final
6.2.32.Final
6.3.0.CR1
6.3.0.Final
6.3.1.Final
6.3.2.Final
6.4.0.CR1
6.4.0.Final
6.4.1.Final
6.4.2.Final
6.4.3.Final
6.4.4.Final
6.4.5.Final
6.4.6.Final
6.4.7.Final
6.4.8.Final
6.4.9.Final
6.4.10.Final
6.5.0.CR1
6.5.0.CR2
6.5.0.Final
6.5.1.Final
6.5.2.Final
6.5.3.Final
6.6.0.Alpha1
6.6.0.CR1
6.6.0.CR2
6.6.0.Final
6.6.1.Final
6.6.2.Final
6.6.3.Final
6.6.4.Final
7.0.0.Alpha1
7.0.0.Alpha2
7.0.0.Alpha3
7.0.0.Beta1
7.0.0.Beta2 Latest Major
+

org.hibernate.validator:hibernate-validator

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate.validator
Artifact Idhibernate-validator
Current Version6.2.5.Final
Scope
Classifier
Typejar
Newer versions7.0.0.Alpha1
7.0.0.Alpha2
7.0.0.Alpha3
7.0.0.Alpha4
7.0.0.Alpha5
7.0.0.Alpha6
7.0.0.CR1
7.0.0.Final
7.0.1.Final
7.0.2.Final
7.0.3.Final
7.0.4.Final
7.0.5.Final
8.0.0.Alpha1
8.0.0.Alpha2
8.0.0.Alpha3
8.0.0.CR1
8.0.0.CR2
8.0.0.CR3
8.0.0.Final
8.0.1.Final
8.0.2.Final
9.0.0.Beta2
9.0.0.Beta3
9.0.0.CR1 Latest Major
+

org.hibernate.validator:hibernate-validator-annotation-processor

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.hibernate.validator
Artifact Idhibernate-validator-annotation-processor
Current Version6.2.5.Final
Scope
Classifier
Typejar
Newer versions7.0.0.Alpha1
7.0.0.Alpha2
7.0.0.Alpha3
7.0.0.Alpha4
7.0.0.Alpha5
7.0.0.Alpha6
7.0.0.CR1
7.0.0.Final
7.0.1.Final
7.0.2.Final
7.0.3.Final
7.0.4.Final
7.0.5.Final
8.0.0.Alpha1
8.0.0.Alpha2
8.0.0.Alpha3
8.0.0.CR1
8.0.0.CR2
8.0.0.CR3
8.0.0.Final
8.0.1.Final
8.0.2.Final
9.0.0.Beta2
9.0.0.Beta3
9.0.0.CR1 Latest Major
+

org.hsqldb:hsqldb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.hsqldb
Artifact Idhsqldb
Current Version2.5.2
Scope
Classifier
Typejar
Newer versions2.6.0
2.6.1
2.7.0
2.7.1
2.7.2
2.7.3
2.7.4 Latest Minor
+

org.infinispan:infinispan-anchored-keys

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-anchored-keys
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-api
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-cachestore-jdbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-cachestore-jdbc
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-cachestore-jpa

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-cachestore-jpa
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.Dev01
14.0.0.Dev02 Latest Major
+

org.infinispan:infinispan-cachestore-remote

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-cachestore-remote
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-cachestore-rocksdb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-cachestore-rocksdb
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-cachestore-sql

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-cachestore-sql
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-cdi-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-cdi-common
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-cdi-embedded

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-cdi-embedded
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-cdi-remote

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-cdi-remote
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-checkstyle

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-checkstyle
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-cli-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-cli-client
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-client-hotrod

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-client-hotrod
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-client-rest

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-client-rest
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-cloudevents-integration

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-cloudevents-integration
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10 Latest Major
+

org.infinispan:infinispan-clustered-counter

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-clustered-counter
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-clustered-lock

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-clustered-lock
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-commons

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-commons
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-commons-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-commons-test
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-component-annotations

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-component-annotations
Current Version13.0.20.Final
Scopeprovided
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-component-processor

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-component-processor
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-console

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.infinispan
Artifact Idinfinispan-console
Current Version0.15.5.Final
Scope
Classifier
Typejar
Newer versions14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.1.Final
15.1.2.Final
15.1.3.Final
15.1.4.Final Latest Major
+

org.infinispan:infinispan-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-core
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-extended-statistics

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-extended-statistics
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final Latest Major
+

org.infinispan:infinispan-hibernate-cache-commons

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-hibernate-cache-commons
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-hibernate-cache-spi

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-hibernate-cache-spi
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-hibernate-cache-v53

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-hibernate-cache-v53
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.Dev01
14.0.0.Dev02 Latest Major
+

org.infinispan:infinispan-jboss-marshalling

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-jboss-marshalling
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-jcache

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-jcache
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-jcache-commons

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-jcache-commons
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-jcache-remote

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-jcache-remote
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-key-value-store-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-key-value-store-client
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-marshaller-kryo

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-marshaller-kryo
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final Latest Major
+

org.infinispan:infinispan-marshaller-kryo-bundle

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-marshaller-kryo-bundle
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final Latest Major
+

org.infinispan:infinispan-marshaller-protostuff

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-marshaller-protostuff
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final Latest Major
+

org.infinispan:infinispan-marshaller-protostuff-bundle

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-marshaller-protostuff-bundle
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final Latest Major
+

org.infinispan:infinispan-multimap

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-multimap
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-objectfilter

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-objectfilter
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-query

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-query
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-query-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-query-core
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-query-dsl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-query-dsl
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-remote-query-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-remote-query-client
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-remote-query-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-remote-query-server
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-scripting

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-scripting
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-server-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-server-core
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-server-hotrod

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-server-hotrod
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-server-memcached

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-server-memcached
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-server-rest

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-server-rest
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-server-router

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-server-router
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-server-runtime

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-server-runtime
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-server-testdriver-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-server-testdriver-core
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-server-testdriver-junit4

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-server-testdriver-junit4
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-server-testdriver-junit5

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-server-testdriver-junit5
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-spring-boot-starter-embedded

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-spring-boot-starter-embedded
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final Latest Major
+

org.infinispan:infinispan-spring-boot-starter-remote

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-spring-boot-starter-remote
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final Latest Major
+

org.infinispan:infinispan-spring5-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-spring5-common
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final Latest Major
+

org.infinispan:infinispan-spring5-embedded

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-spring5-embedded
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final Latest Major
+

org.infinispan:infinispan-spring5-remote

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-spring5-remote
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final Latest Major
+

org.infinispan:infinispan-tasks

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-tasks
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-tasks-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.infinispan
Artifact Idinfinispan-tasks-api
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions13.0.21.Final
13.0.22.Final Latest Incremental
14.0.0.CR1
14.0.0.CR2
14.0.0.Final
14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.1.Final
14.0.2.Final
14.0.3.Final
14.0.4.Final
14.0.5.Final
14.0.6.Final
14.0.7.Final
14.0.8.Final
14.0.9.Final
14.0.10.Final
14.0.11.Final
14.0.12.Final
14.0.13.Final
14.0.14.Final
14.0.15.Final
14.0.16.Final
14.0.17.Final
14.0.18.Final
14.0.19.Final
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan:infinispan-tools

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.infinispan
Artifact Idinfinispan-tools
Current Version13.0.20.Final
Scope
Classifier
Typejar
Newer versions14.0.0.Dev01
14.0.0.Dev02
14.0.0.Dev03
14.0.0.Dev04
14.0.20.Final
14.0.21.Final
14.0.22.Final
14.0.23.Final
14.0.24.Final
14.0.25.Final
14.0.26.Final
14.0.27.Final
14.0.28.Final
14.0.29.Final
14.0.30.Final
14.0.31.Final
14.0.32.Final
14.0.33.Final
15.0.0.CR1
15.0.0.Final
15.0.0.Dev01
15.0.0.Dev02
15.0.0.Dev03
15.0.0.Dev04
15.0.0.Dev05
15.0.0.Dev06
15.0.0.Dev07
15.0.0.Dev08
15.0.0.Dev09
15.0.0.Dev10
15.0.1.Final
15.0.2.Final
15.0.3.Final
15.0.4.Final
15.0.5.Final
15.0.6.Final
15.0.7.Final
15.0.8.Final
15.0.9.Final
15.0.10.Final
15.0.11.Final
15.1.0.Final
15.1.0.Dev01
15.1.0.Dev02
15.1.0.Dev03
15.1.0.Dev04
15.1.0.Dev05
15.1.1.Final
15.1.2.Final
15.1.3.Final Latest Major
+

org.infinispan.protostream:protostream

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.infinispan.protostream
Artifact Idprotostream
Current Version4.4.4.Final
Scope
Classifier
Typejar
Newer versions4.5.0.CR1
4.5.0.Final
4.5.0.Dev01
4.5.0.Dev02
4.5.0.Dev03
4.5.0.Dev04
4.5.0.Dev05
4.5.1.Final
4.6.0.Final
4.6.1.Final
4.6.2.Final
4.6.3.Final
4.6.4.Final
4.6.5.Final Latest Minor
5.0.0.CR1
5.0.0.CR2
5.0.0.CR3
5.0.0.Final
5.0.0.Dev01
5.0.1.Final
5.0.2.Final
5.0.3.Final
5.0.4.Final
5.0.5.Final
5.0.6.Final
5.0.7.Final
5.0.8.Final
5.0.9.Final
5.0.10.Final
5.0.11.Final
5.0.12.Final
6.0.0.Dev01
14.0.0.CR2 Latest Major
+

org.infinispan.protostream:protostream-processor

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.infinispan.protostream
Artifact Idprotostream-processor
Current Version4.4.4.Final
Scopeprovided
Classifier
Typejar
Newer versions4.5.0.CR1
4.5.0.Final
4.5.0.Dev01
4.5.0.Dev02
4.5.0.Dev03
4.5.0.Dev04
4.5.0.Dev05
4.5.1.Final
4.6.0.Final
4.6.1.Final
4.6.2.Final
4.6.3.Final
4.6.4.Final
4.6.5.Final Latest Minor
5.0.0.CR1
5.0.0.CR2
5.0.0.CR3
5.0.0.Final
5.0.0.Dev01
5.0.1.Final
5.0.2.Final
5.0.3.Final
5.0.4.Final
5.0.5.Final
5.0.6.Final
5.0.7.Final
5.0.8.Final
5.0.9.Final
5.0.10.Final
5.0.11.Final
5.0.12.Final
6.0.0.Dev01
14.0.0.CR2 Latest Major
+

org.infinispan.protostream:protostream-types

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.infinispan.protostream
Artifact Idprotostream-types
Current Version4.4.4.Final
Scope
Classifier
Typejar
Newer versions4.5.0.CR1
4.5.0.Final
4.5.0.Dev01
4.5.0.Dev02
4.5.0.Dev03
4.5.0.Dev04
4.5.0.Dev05
4.5.1.Final
4.6.0.Final
4.6.1.Final
4.6.2.Final
4.6.3.Final
4.6.4.Final
4.6.5.Final Latest Minor
5.0.0.CR1
5.0.0.CR2
5.0.0.CR3
5.0.0.Final
5.0.0.Dev01
5.0.1.Final
5.0.2.Final
5.0.3.Final
5.0.4.Final
5.0.5.Final
5.0.6.Final
5.0.7.Final
5.0.8.Final
5.0.9.Final
5.0.10.Final
5.0.11.Final
5.0.12.Final
6.0.0.Dev01
14.0.0.CR2 Latest Major
+

org.influxdb:influxdb-java

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.influxdb
Artifact Idinfluxdb-java
Current Version2.22
Scope
Classifier
Typejar
Newer versions2.23
2.24 Latest Minor
+

org.jboss.logging:jboss-logging

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jboss.logging
Artifact Idjboss-logging
Current Version3.4.3.Final
Scope
Classifier
Typejar
Newer versions3.5.0.Final
3.5.1.Final
3.5.2.Final
3.5.3.Final
3.6.0.Final
3.6.1.Final Latest Minor
+

org.jdom:jdom2

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.jdom
Artifact Idjdom2
Current Version2.0.6.1
Scope
Classifier
Typejar
+

org.jetbrains.kotlin:kotlin-compiler

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-compiler
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-compiler-embeddable

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-compiler-embeddable
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-daemon-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-daemon-client
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-main-kts

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-main-kts
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-osgi-bundle

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-osgi-bundle
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-reflect

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-reflect
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-script-runtime

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-script-runtime
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-script-util

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-script-util
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22 Latest Minor
+

org.jetbrains.kotlin:kotlin-scripting-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-scripting-common
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-scripting-ide-services

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-scripting-ide-services
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-scripting-jvm

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-scripting-jvm
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-scripting-jvm-host

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-scripting-jvm-host
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-stdlib

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-stdlib
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-stdlib-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-stdlib-common
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-stdlib-jdk7

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-stdlib-jdk7
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-stdlib-jdk8

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-stdlib-jdk8
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-stdlib-js

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-stdlib-js
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-test
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-test-annotations-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-test-annotations-common
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-test-common

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-test-common
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-test-js

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-test-js
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-test-junit

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-test-junit
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-test-junit5

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-test-junit5
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlin:kotlin-test-testng

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlin
Artifact Idkotlin-test-testng
Current Version1.6.21
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0-RC2
1.7.0
1.7.10
1.7.20-Beta
1.7.20-RC
1.7.20
1.7.21
1.7.22
1.8.0-Beta
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.0-343
1.8.10
1.8.20-Beta
1.8.20-RC
1.8.20-RC2
1.8.20
1.8.21
1.8.22
1.9.0-Beta
1.9.0-RC
1.9.0
1.9.10
1.9.20-Beta
1.9.20-Beta2
1.9.20-RC
1.9.20-RC2
1.9.20
1.9.21
1.9.22
1.9.23
1.9.24
1.9.25 Latest Minor
2.0.0-Beta1
2.0.0-Beta2
2.0.0-Beta3
2.0.0-Beta4
2.0.0-Beta5
2.0.0-RC1
2.0.0-RC2
2.0.0-RC3
2.0.0
2.0.10-RC
2.0.10-RC2
2.0.10
2.0.20-Beta1
2.0.20-Beta2
2.0.20-RC
2.0.20-RC2
2.0.20
2.0.21-RC
2.0.21
2.1.0-Beta1
2.1.0-Beta2
2.1.0-RC
2.1.0-RC2
2.1.0
2.1.20-Beta1 Latest Major
+

org.jetbrains.kotlinx:kotlinx-coroutines-android

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-android
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-core
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-core-jvm
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-debug

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-debug
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-guava

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-guava
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-javafx

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-javafx
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-jdk8

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-jdk8
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-jdk9

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-jdk9
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-play-services

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-play-services
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-reactive

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-reactive
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-reactor

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-reactor
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-rx2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-rx2
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-rx3

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-rx3
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-slf4j

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-slf4j
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-swing

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-swing
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-test
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jetbrains.kotlinx
Artifact Idkotlinx-coroutines-test-jvm
Current Version1.6.4
Scope
Classifier
Typejar
Newer versions1.7.0-Beta
1.7.0-RC
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0-RC
1.8.0-RC2
1.8.0
1.8.1-Beta
1.8.1
1.9.0-RC
1.9.0-RC.2
1.9.0
1.10.0
1.10.1 Latest Minor
+

org.jolokia:jolokia-core

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.jolokia
Artifact Idjolokia-core
Current Version1.7.2
Scope
Classifier
Typejar
+

org.jooq:jooq

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jooq
Artifact Idjooq
Current Version3.14.16
Scope
Classifier
Typejar
Newer versions3.15.0
3.15.1
3.15.2
3.15.3
3.15.4
3.15.5
3.15.6
3.15.7
3.15.8
3.15.9
3.15.10
3.15.11
3.15.12
3.16.0
3.16.1
3.16.2
3.16.3
3.16.4
3.16.5
3.16.6
3.16.7
3.16.8
3.16.9
3.16.10
3.16.11
3.16.12
3.16.13
3.16.14
3.16.15
3.16.16
3.16.17
3.16.18
3.16.19
3.16.20
3.16.21
3.16.22
3.16.23
3.17.0
3.17.1
3.17.2
3.17.3
3.17.4
3.17.5
3.17.6
3.17.7
3.17.8
3.17.9
3.17.10
3.17.11
3.17.12
3.17.13
3.17.14
3.17.15
3.17.16
3.17.17
3.17.18
3.17.19
3.17.20
3.17.21
3.17.22
3.17.23
3.17.24
3.17.25
3.17.26
3.17.27
3.17.28
3.17.29
3.17.30
3.17.31
3.17.32
3.18.0
3.18.1
3.18.2
3.18.3
3.18.4
3.18.5
3.18.6
3.18.7
3.18.8
3.18.9
3.18.10
3.18.11
3.18.12
3.18.13
3.18.14
3.18.15
3.18.16
3.18.17
3.18.18
3.18.19
3.18.20
3.18.21
3.18.22
3.18.23
3.19.0
3.19.1
3.19.2
3.19.3
3.19.4
3.19.5
3.19.6
3.19.7
3.19.8
3.19.9
3.19.10
3.19.11
3.19.12
3.19.13
3.19.14
3.19.15
3.19.16 Latest Minor
+

org.jooq:jooq-codegen

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jooq
Artifact Idjooq-codegen
Current Version3.14.16
Scope
Classifier
Typejar
Newer versions3.15.0
3.15.1
3.15.2
3.15.3
3.15.4
3.15.5
3.15.6
3.15.7
3.15.8
3.15.9
3.15.10
3.15.11
3.15.12
3.16.0
3.16.1
3.16.2
3.16.3
3.16.4
3.16.5
3.16.6
3.16.7
3.16.8
3.16.9
3.16.10
3.16.11
3.16.12
3.16.13
3.16.14
3.16.15
3.16.16
3.16.17
3.16.18
3.16.19
3.16.20
3.16.21
3.16.22
3.16.23
3.17.0
3.17.1
3.17.2
3.17.3
3.17.4
3.17.5
3.17.6
3.17.7
3.17.8
3.17.9
3.17.10
3.17.11
3.17.12
3.17.13
3.17.14
3.17.15
3.17.16
3.17.17
3.17.18
3.17.19
3.17.20
3.17.21
3.17.22
3.17.23
3.17.24
3.17.25
3.17.26
3.17.27
3.17.28
3.17.29
3.17.30
3.17.31
3.17.32
3.18.0
3.18.1
3.18.2
3.18.3
3.18.4
3.18.5
3.18.6
3.18.7
3.18.8
3.18.9
3.18.10
3.18.11
3.18.12
3.18.13
3.18.14
3.18.15
3.18.16
3.18.17
3.18.18
3.18.19
3.18.20
3.18.21
3.18.22
3.18.23
3.19.0
3.19.1
3.19.2
3.19.3
3.19.4
3.19.5
3.19.6
3.19.7
3.19.8
3.19.9
3.19.10
3.19.11
3.19.12
3.19.13
3.19.14
3.19.15
3.19.16 Latest Minor
+

org.jooq:jooq-kotlin

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jooq
Artifact Idjooq-kotlin
Current Version3.14.16
Scope
Classifier
Typejar
Newer versions3.15.0
3.15.1
3.15.2
3.15.3
3.15.4
3.15.5
3.15.6
3.15.7
3.15.8
3.15.9
3.15.10
3.15.11
3.15.12
3.16.0
3.16.1
3.16.2
3.16.3
3.16.4
3.16.5
3.16.6
3.16.7
3.16.8
3.16.9
3.16.10
3.16.11
3.16.12
3.16.13
3.16.14
3.16.15
3.16.16
3.16.17
3.16.18
3.16.19
3.16.20
3.16.21
3.16.22
3.16.23
3.17.0
3.17.1
3.17.2
3.17.3
3.17.4
3.17.5
3.17.6
3.17.7
3.17.8
3.17.9
3.17.10
3.17.11
3.17.12
3.17.13
3.17.14
3.17.15
3.17.16
3.17.17
3.17.18
3.17.19
3.17.20
3.17.21
3.17.22
3.17.23
3.17.24
3.17.25
3.17.26
3.17.27
3.17.28
3.17.29
3.17.30
3.17.31
3.17.32
3.18.0
3.18.1
3.18.2
3.18.3
3.18.4
3.18.5
3.18.6
3.18.7
3.18.8
3.18.9
3.18.10
3.18.11
3.18.12
3.18.13
3.18.14
3.18.15
3.18.16
3.18.17
3.18.18
3.18.19
3.18.20
3.18.21
3.18.22
3.18.23
3.19.0
3.19.1
3.19.2
3.19.3
3.19.4
3.19.5
3.19.6
3.19.7
3.19.8
3.19.9
3.19.10
3.19.11
3.19.12
3.19.13
3.19.14
3.19.15
3.19.16 Latest Minor
+

org.jooq:jooq-meta

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.jooq
Artifact Idjooq-meta
Current Version3.14.16
Scope
Classifier
Typejar
Newer versions3.15.0
3.15.1
3.15.2
3.15.3
3.15.4
3.15.5
3.15.6
3.15.7
3.15.8
3.15.9
3.15.10
3.15.11
3.15.12
3.16.0
3.16.1
3.16.2
3.16.3
3.16.4
3.16.5
3.16.6
3.16.7
3.16.8
3.16.9
3.16.10
3.16.11
3.16.12
3.16.13
3.16.14
3.16.15
3.16.16
3.16.17
3.16.18
3.16.19
3.16.20
3.16.21
3.16.22
3.16.23
3.17.0
3.17.1
3.17.2
3.17.3
3.17.4
3.17.5
3.17.6
3.17.7
3.17.8
3.17.9
3.17.10
3.17.11
3.17.12
3.17.13
3.17.14
3.17.15
3.17.16
3.17.17
3.17.18
3.17.19
3.17.20
3.17.21
3.17.22
3.17.23
3.17.24
3.17.25
3.17.26
3.17.27
3.17.28
3.17.29
3.17.30
3.17.31
3.17.32
3.18.0
3.18.1
3.18.2
3.18.3
3.18.4
3.18.5
3.18.6
3.18.7
3.18.8
3.18.9
3.18.10
3.18.11
3.18.12
3.18.13
3.18.14
3.18.15
3.18.16
3.18.17
3.18.18
3.18.19
3.18.20
3.18.21
3.18.22
3.18.23
3.19.0
3.19.1
3.19.2
3.19.3
3.19.4
3.19.5
3.19.6
3.19.7
3.19.8
3.19.9
3.19.10
3.19.11
3.19.12
3.19.13
3.19.14
3.19.15
3.19.16 Latest Minor
+

org.jspecify:jspecify

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.jspecify
Artifact Idjspecify
Current Version1.0.0
Scope
Classifier
Typejar
+

org.junit.jupiter:junit-jupiter

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.jupiter
Artifact Idjunit-jupiter
Current Version5.8.2
Scope
Classifier
Typejar
Newer versions5.9.0-M1
5.9.0-RC1
5.9.0
5.9.1
5.9.2
5.9.3
5.10.0-M1
5.10.0-RC1
5.10.0-RC2
5.10.0
5.10.1
5.10.2
5.10.3
5.10.4
5.10.5
5.11.0-M1
5.11.0-M2
5.11.0-RC1
5.11.0
5.11.1
5.11.2
5.11.3
5.11.4 Latest Minor
+

org.junit.jupiter:junit-jupiter-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.jupiter
Artifact Idjunit-jupiter-api
Current Version5.8.2
Scope
Classifier
Typejar
Newer versions5.9.0-M1
5.9.0-RC1
5.9.0
5.9.1
5.9.2
5.9.3
5.10.0-M1
5.10.0-RC1
5.10.0-RC2
5.10.0
5.10.1
5.10.2
5.10.3
5.10.4
5.10.5
5.11.0-M1
5.11.0-M2
5.11.0-RC1
5.11.0
5.11.1
5.11.2
5.11.3
5.11.4 Latest Minor
+

org.junit.jupiter:junit-jupiter-engine

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.junit.jupiter
Artifact Idjunit-jupiter-engine
Current Version5.11.4
Scopetest
Classifier
Typejar
+

org.junit.jupiter:junit-jupiter-engine

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.jupiter
Artifact Idjunit-jupiter-engine
Current Version5.8.2
Scope
Classifier
Typejar
Newer versions5.9.0-M1
5.9.0-RC1
5.9.0
5.9.1
5.9.2
5.9.3
5.10.0-M1
5.10.0-RC1
5.10.0-RC2
5.10.0
5.10.1
5.10.2
5.10.3
5.10.4
5.10.5
5.11.0-M1
5.11.0-M2
5.11.0-RC1
5.11.0
5.11.1
5.11.2
5.11.3
5.11.4 Latest Minor
+

org.junit.jupiter:junit-jupiter-migrationsupport

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.jupiter
Artifact Idjunit-jupiter-migrationsupport
Current Version5.8.2
Scope
Classifier
Typejar
Newer versions5.9.0-M1
5.9.0-RC1
5.9.0
5.9.1
5.9.2
5.9.3
5.10.0-M1
5.10.0-RC1
5.10.0-RC2
5.10.0
5.10.1
5.10.2
5.10.3
5.10.4
5.10.5
5.11.0-M1
5.11.0-M2
5.11.0-RC1
5.11.0
5.11.1
5.11.2
5.11.3
5.11.4 Latest Minor
+

org.junit.jupiter:junit-jupiter-params

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.jupiter
Artifact Idjunit-jupiter-params
Current Version5.8.2
Scope
Classifier
Typejar
Newer versions5.9.0-M1
5.9.0-RC1
5.9.0
5.9.1
5.9.2
5.9.3
5.10.0-M1
5.10.0-RC1
5.10.0-RC2
5.10.0
5.10.1
5.10.2
5.10.3
5.10.4
5.10.5
5.11.0-M1
5.11.0-M2
5.11.0-RC1
5.11.0
5.11.1
5.11.2
5.11.3
5.11.4 Latest Minor
+

org.junit.platform:junit-platform-commons

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.platform
Artifact Idjunit-platform-commons
Current Version1.8.2
Scope
Classifier
Typejar
Newer versions1.9.0-M1
1.9.0-RC1
1.9.0
1.9.1
1.9.2
1.9.3
1.10.0-M1
1.10.0-RC1
1.10.0-RC2
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.11.0-M1
1.11.0-M2
1.11.0-RC1
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4 Latest Minor
+

org.junit.platform:junit-platform-console

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.platform
Artifact Idjunit-platform-console
Current Version1.8.2
Scope
Classifier
Typejar
Newer versions1.9.0-M1
1.9.0-RC1
1.9.0
1.9.1
1.9.2
1.9.3
1.10.0-M1
1.10.0-RC1
1.10.0-RC2
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.11.0-M1
1.11.0-M2
1.11.0-RC1
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4 Latest Minor
+

org.junit.platform:junit-platform-engine

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.platform
Artifact Idjunit-platform-engine
Current Version1.8.2
Scope
Classifier
Typejar
Newer versions1.9.0-M1
1.9.0-RC1
1.9.0
1.9.1
1.9.2
1.9.3
1.10.0-M1
1.10.0-RC1
1.10.0-RC2
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.11.0-M1
1.11.0-M2
1.11.0-RC1
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4 Latest Minor
+

org.junit.platform:junit-platform-jfr

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.platform
Artifact Idjunit-platform-jfr
Current Version1.8.2
Scope
Classifier
Typejar
Newer versions1.9.0-M1
1.9.0-RC1
1.9.0
1.9.1
1.9.2
1.9.3
1.10.0-M1
1.10.0-RC1
1.10.0-RC2
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.11.0-M1
1.11.0-M2
1.11.0-RC1
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4 Latest Minor
+

org.junit.platform:junit-platform-launcher

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.platform
Artifact Idjunit-platform-launcher
Current Version1.8.2
Scope
Classifier
Typejar
Newer versions1.9.0-M1
1.9.0-RC1
1.9.0
1.9.1
1.9.2
1.9.3
1.10.0-M1
1.10.0-RC1
1.10.0-RC2
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.11.0-M1
1.11.0-M2
1.11.0-RC1
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4 Latest Minor
+

org.junit.platform:junit-platform-reporting

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.platform
Artifact Idjunit-platform-reporting
Current Version1.8.2
Scope
Classifier
Typejar
Newer versions1.9.0-M1
1.9.0-RC1
1.9.0
1.9.1
1.9.2
1.9.3
1.10.0-M1
1.10.0-RC1
1.10.0-RC2
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.11.0-M1
1.11.0-M2
1.11.0-RC1
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4 Latest Minor
+

org.junit.platform:junit-platform-runner

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.platform
Artifact Idjunit-platform-runner
Current Version1.8.2
Scope
Classifier
Typejar
Newer versions1.9.0-M1
1.9.0-RC1
1.9.0
1.9.1
1.9.2
1.9.3
1.10.0-M1
1.10.0-RC1
1.10.0-RC2
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.11.0-M1
1.11.0-M2
1.11.0-RC1
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4 Latest Minor
+

org.junit.platform:junit-platform-suite

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.platform
Artifact Idjunit-platform-suite
Current Version1.8.2
Scope
Classifier
Typejar
Newer versions1.9.0-M1
1.9.0-RC1
1.9.0
1.9.1
1.9.2
1.9.3
1.10.0-M1
1.10.0-RC1
1.10.0-RC2
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.11.0-M1
1.11.0-M2
1.11.0-RC1
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4 Latest Minor
+

org.junit.platform:junit-platform-suite-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.platform
Artifact Idjunit-platform-suite-api
Current Version1.8.2
Scope
Classifier
Typejar
Newer versions1.9.0-M1
1.9.0-RC1
1.9.0
1.9.1
1.9.2
1.9.3
1.10.0-M1
1.10.0-RC1
1.10.0-RC2
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.11.0-M1
1.11.0-M2
1.11.0-RC1
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4 Latest Minor
+

org.junit.platform:junit-platform-suite-commons

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.platform
Artifact Idjunit-platform-suite-commons
Current Version1.8.2
Scope
Classifier
Typejar
Newer versions1.9.0-M1
1.9.0-RC1
1.9.0
1.9.1
1.9.2
1.9.3
1.10.0-M1
1.10.0-RC1
1.10.0-RC2
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.11.0-M1
1.11.0-M2
1.11.0-RC1
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4 Latest Minor
+

org.junit.platform:junit-platform-suite-engine

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.platform
Artifact Idjunit-platform-suite-engine
Current Version1.8.2
Scope
Classifier
Typejar
Newer versions1.9.0-M1
1.9.0-RC1
1.9.0
1.9.1
1.9.2
1.9.3
1.10.0-M1
1.10.0-RC1
1.10.0-RC2
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.11.0-M1
1.11.0-M2
1.11.0-RC1
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4 Latest Minor
+

org.junit.platform:junit-platform-testkit

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.platform
Artifact Idjunit-platform-testkit
Current Version1.8.2
Scope
Classifier
Typejar
Newer versions1.9.0-M1
1.9.0-RC1
1.9.0
1.9.1
1.9.2
1.9.3
1.10.0-M1
1.10.0-RC1
1.10.0-RC2
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.11.0-M1
1.11.0-M2
1.11.0-RC1
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4 Latest Minor
+

org.junit.vintage:junit-vintage-engine

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.junit.vintage
Artifact Idjunit-vintage-engine
Current Version5.8.2
Scope
Classifier
Typejar
Newer versions5.9.0-M1
5.9.0-RC1
5.9.0
5.9.1
5.9.2
5.9.3
5.10.0-M1
5.10.0-RC1
5.10.0-RC2
5.10.0
5.10.1
5.10.2
5.10.3
5.10.4
5.10.5
5.11.0-M1
5.11.0-M2
5.11.0-RC1
5.11.0
5.11.1
5.11.2
5.11.3
5.11.4 Latest Minor
+

org.liquibase:liquibase-cdi

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.liquibase
Artifact Idliquibase-cdi
Current Version4.9.1
Scope
Classifier
Typejar
Newer versions4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.16.0
4.16.1
4.17.0
4.17.1
4.17.2
4.18.0
4.19.0
4.19.1
4.20.0
4.21.0
4.21.1
4.22.0
4.23.0
4.23.1
4.23.2
4.24.0
4.25.0
4.25.1
4.26.0
4.27.0
4.28.0
4.29.0
4.29.1
4.29.2
4.30.0 Latest Minor
+

org.liquibase:liquibase-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.liquibase
Artifact Idliquibase-core
Current Version4.9.1
Scope
Classifier
Typejar
Newer versions4.10.0
4.11.0
4.12.0
4.13.0
4.14.0
4.15.0
4.16.0
4.16.1
4.17.0
4.17.1
4.17.2
4.18.0
4.19.0
4.19.1
4.20.0
4.21.0
4.21.1
4.22.0
4.23.0
4.23.1
4.23.2
4.24.0
4.25.0
4.25.1
4.26.0
4.27.0
4.28.0
4.29.0
4.29.1
4.29.2
4.30.0 Latest Minor
+

org.mariadb:r2dbc-mariadb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.mariadb
Artifact Idr2dbc-mariadb
Current Version1.1.2
Scope
Classifier
Typejar
Newer versions1.1.3
1.1.4 Latest Incremental
1.2.0
1.2.1
1.2.2
1.3.0 Latest Minor
+

org.mariadb.jdbc:mariadb-java-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.mariadb.jdbc
Artifact Idmariadb-java-client
Current Version3.1.4
Scope
Classifier
Typejar
Newer versions3.2.0
3.3.0
3.3.1
3.3.2
3.3.3
3.4.0
3.4.1
3.5.0
3.5.1 Latest Minor
+

org.messaginghub:pooled-jms

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.messaginghub
Artifact Idpooled-jms
Current Version1.2.6
Scope
Classifier
Typejar
Newer versions1.2.7
1.2.8 Latest Incremental
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
3.0.0
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7 Latest Major
+

org.mockito:mockito-android

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.mockito
Artifact Idmockito-android
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions4.6.0
4.6.1
4.7.0
4.8.0
4.8.1
4.9.0
4.10.0
4.11.0 Latest Minor
5.0.0
5.1.0
5.1.1
5.2.0
5.3.0
5.3.1
5.4.0
5.5.0
5.6.0
5.7.0
5.8.0
5.9.0
5.10.0
5.11.0
5.12.0
5.13.0
5.14.0
5.14.1
5.14.2 Latest Major
+

org.mockito:mockito-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.mockito
Artifact Idmockito-core
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions4.6.0
4.6.1
4.7.0
4.8.0
4.8.1
4.9.0
4.10.0
4.11.0 Latest Minor
5.0.0
5.1.0
5.1.1
5.2.0
5.3.0
5.3.1
5.4.0
5.5.0
5.6.0
5.7.0
5.8.0
5.9.0
5.10.0
5.11.0
5.12.0
5.13.0
5.14.0
5.14.1
5.14.2 Latest Major
+

org.mockito:mockito-errorprone

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.mockito
Artifact Idmockito-errorprone
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions4.6.0
4.6.1
4.7.0
4.8.0
4.8.1
4.9.0
4.10.0
4.11.0 Latest Minor
5.0.0
5.1.0
5.1.1
5.2.0
5.3.0
5.3.1
5.4.0
5.5.0
5.6.0
5.7.0
5.8.0
5.9.0
5.10.0
5.11.0
5.12.0
5.13.0
5.14.0
5.14.1
5.14.2 Latest Major
+

org.mockito:mockito-inline

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.mockito
Artifact Idmockito-inline
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions4.6.0
4.6.1
4.7.0
4.8.0
4.8.1
4.9.0
4.10.0
4.11.0 Latest Minor
5.0.0
5.1.0
5.1.1
5.2.0 Latest Major
+

org.mockito:mockito-junit-jupiter

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.mockito
Artifact Idmockito-junit-jupiter
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions4.6.0
4.6.1
4.7.0
4.8.0
4.8.1
4.9.0
4.10.0
4.11.0 Latest Minor
5.0.0
5.1.0
5.1.1
5.2.0
5.3.0
5.3.1
5.4.0
5.5.0
5.6.0
5.7.0
5.8.0
5.9.0
5.10.0
5.11.0
5.12.0
5.13.0
5.14.0
5.14.1
5.14.2 Latest Major
+

org.mockito:mockito-proxy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.mockito
Artifact Idmockito-proxy
Current Version4.5.1
Scope
Classifier
Typejar
Newer versions4.6.0
4.6.1
4.7.0
4.8.0
4.8.1
4.9.0
4.10.0
4.11.0 Latest Minor
5.0.0
5.1.0
5.1.1
5.2.0
5.3.0
5.3.1
5.4.0
5.5.0
5.6.0
5.7.0
5.8.0
5.9.0
5.10.0
5.11.0
5.12.0
5.13.0
5.14.0
5.14.1
5.14.2 Latest Major
+

org.mongodb:bson

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.mongodb
Artifact Idbson
Current Version4.6.1
Scope
Classifier
Typejar
Newer versions4.7.0-beta0
4.7.0
4.7.1
4.7.2
4.8.0-beta0
4.8.0-rc0
4.8.0
4.8.1
4.8.2
4.9.0
4.9.1
4.10.0-alpha0
4.10.0-alpha1
4.10.0
4.10.1
4.10.2
4.11.0
4.11.1
4.11.2
4.11.3
4.11.4
4.11.5 Latest Minor
5.0.0-beta0
5.0.0
5.0.1
5.1.0
5.1.1
5.1.2
5.1.3
5.1.4
5.2.0
5.2.1
5.3.0-beta0 Latest Major
+

org.mongodb:bson-record-codec

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.mongodb
Artifact Idbson-record-codec
Current Version4.6.1
Scope
Classifier
Typejar
Newer versions4.7.0-beta0
4.7.0
4.7.1
4.7.2
4.8.0-beta0
4.8.0-rc0
4.8.0
4.8.1
4.8.2
4.9.0
4.9.1
4.10.0-alpha0
4.10.0-alpha1
4.10.0
4.10.1
4.10.2
4.11.0
4.11.1
4.11.2
4.11.3
4.11.4
4.11.5 Latest Minor
5.0.0-beta0
5.0.0
5.0.1
5.1.0
5.1.1
5.1.2
5.1.3
5.1.4
5.2.0
5.2.1
5.3.0-beta0 Latest Major
+

org.mongodb:mongodb-driver-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.mongodb
Artifact Idmongodb-driver-core
Current Version4.6.1
Scope
Classifier
Typejar
Newer versions4.7.0-beta0
4.7.0
4.7.1
4.7.2
4.8.0-beta0
4.8.0-rc0
4.8.0
4.8.1
4.8.2
4.9.0
4.9.1
4.10.0-alpha0
4.10.0-alpha1
4.10.0
4.10.1
4.10.2
4.11.0
4.11.1
4.11.2
4.11.3
4.11.4
4.11.5 Latest Minor
5.0.0-beta0
5.0.0
5.0.1
5.1.0
5.1.1
5.1.2
5.1.3
5.1.4
5.2.0
5.2.1
5.3.0-beta0 Latest Major
+

org.mongodb:mongodb-driver-legacy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.mongodb
Artifact Idmongodb-driver-legacy
Current Version4.6.1
Scope
Classifier
Typejar
Newer versions4.7.0-beta0
4.7.0
4.7.1
4.7.2
4.8.0-beta0
4.8.0-rc0
4.8.0
4.8.1
4.8.2
4.9.0
4.9.1
4.10.0-alpha0
4.10.0-alpha1
4.10.0
4.10.1
4.10.2
4.11.0
4.11.1
4.11.2
4.11.3
4.11.4
4.11.5 Latest Minor
5.0.0-beta0
5.0.0
5.0.1
5.1.0
5.1.1
5.1.2
5.1.3
5.1.4
5.2.0
5.2.1
5.3.0-beta0 Latest Major
+

org.mongodb:mongodb-driver-reactivestreams

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.mongodb
Artifact Idmongodb-driver-reactivestreams
Current Version4.6.1
Scope
Classifier
Typejar
Newer versions4.7.0-beta0
4.7.0
4.7.1
4.7.2
4.8.0-beta0
4.8.0-rc0
4.8.0
4.8.1
4.8.2
4.9.0
4.9.1
4.10.0-alpha0
4.10.0-alpha1
4.10.0
4.10.1
4.10.2
4.11.0
4.11.1
4.11.2
4.11.3
4.11.4
4.11.5 Latest Minor
5.0.0-beta0
5.0.0
5.0.1
5.1.0
5.1.1
5.1.2
5.1.3
5.1.4
5.2.0
5.2.1
5.3.0-beta0 Latest Major
+

org.mongodb:mongodb-driver-sync

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.mongodb
Artifact Idmongodb-driver-sync
Current Version4.6.1
Scope
Classifier
Typejar
Newer versions4.7.0-beta0
4.7.0
4.7.1
4.7.2
4.8.0-beta0
4.8.0-rc0
4.8.0
4.8.1
4.8.2
4.9.0
4.9.1
4.10.0-alpha0
4.10.0-alpha1
4.10.0
4.10.1
4.10.2
4.11.0
4.11.1
4.11.2
4.11.3
4.11.4
4.11.5 Latest Minor
5.0.0-beta0
5.0.0
5.0.1
5.1.0
5.1.1
5.1.2
5.1.3
5.1.4
5.2.0
5.2.1
5.3.0-beta0 Latest Major
+

org.mortbay.jasper:apache-el

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.mortbay.jasper
Artifact Idapache-el
Current Version9.0.52
Scope
Classifier
Typejar
Newer versions9.0.83
9.0.83.1
9.0.90
9.0.96 Latest Incremental
10.0.0-M5
10.0.0-M7
10.0.0-M10
10.0.0-1-M7
10.0.2
10.0.7
10.0.10
10.0.14
10.0.27
10.1.0-M16
10.1.1
10.1.5
10.1.7
10.1.16
10.1.25
10.1.31
11.0.0-M19
11.0.0-M20
11.0.0-M21
11.0.0 Latest Major
+

org.neo4j.driver:neo4j-java-driver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.neo4j.driver
Artifact Idneo4j-java-driver
Current Version4.4.12
Scope
Classifier
Typejar
Newer versions4.4.13
4.4.14
4.4.15
4.4.16
4.4.17
4.4.18
4.4.19 Latest Incremental
5.0.0-alpha01
5.0.0-alpha02
5.0.0-alpha03
5.0.0-beta01
5.0.0
5.1.0
5.2.0
5.3.0
5.3.1
5.4.0
5.5.0
5.6.0
5.7.0
5.8.0
5.9.0
5.10.0
5.11.0
5.12.0
5.13.0
5.14.0
5.15.0
5.16.0
5.17.0
5.18.0
5.19.0
5.20.0
5.21.0
5.22.0
5.23.0
5.24.0
5.25.0
5.26.0
5.26.1
5.26.2
5.26.3
5.27.0 Latest Major
+

org.openjdk.jmh:jmh-core

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.openjdk.jmh
Artifact Idjmh-core
Current Version1.37
Scopetest
Classifier
Typejar
+

org.openjdk.jmh:jmh-generator-annprocess

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.openjdk.jmh
Artifact Idjmh-generator-annprocess
Current Version1.37
Scopetest
Classifier
Typejar
+

org.osgi:org.osgi.annotation.bundle

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.osgi
Artifact Idorg.osgi.annotation.bundle
Current Version2.0.0
Scope
Classifier
Typejar
+

org.osgi:org.osgi.annotation.versioning

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.osgi
Artifact Idorg.osgi.annotation.versioning
Current Version1.1.2
Scope
Classifier
Typejar
+

org.osgi:osgi.annotation

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.osgi
Artifact Idosgi.annotation
Current Version8.1.0
Scope
Classifier
Typejar
+

org.postgresql:postgresql

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.postgresql
Artifact Idpostgresql
Current Version42.3.8
Scope
Classifier
Typejar
Newer versions42.3.9
42.3.10 Latest Incremental
42.4.0
42.4.1
42.4.2
42.4.3
42.4.4
42.4.5
42.5.0
42.5.1
42.5.2
42.5.3
42.5.4
42.5.5
42.5.6
42.6.0
42.6.1
42.6.2
42.7.0
42.7.1
42.7.2
42.7.3
42.7.4 Latest Minor
+

org.postgresql:r2dbc-postgresql

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.postgresql
Artifact Idr2dbc-postgresql
Current Version0.9.2.RELEASE
Scope
Classifier
Typejar
Newer versions0.9.3.RELEASE Latest Incremental
1.0.0.RC1
1.0.0.RELEASE
1.0.1.RELEASE
1.0.2.RELEASE
1.0.3.RELEASE
1.0.4.RELEASE
1.0.5.RELEASE
1.0.6.RELEASE
1.0.7.RELEASE Latest Major
+

org.projectlombok:lombok

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.projectlombok
Artifact Idlombok
Current Version1.18.30
Scope
Classifier
Typejar
Newer versions1.18.32
1.18.34
1.18.36 Latest Incremental
+

org.quartz-scheduler:quartz

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.quartz-scheduler
Artifact Idquartz
Current Version2.3.2
Scope
Classifier
Typejar
Newer versions2.4.0-rc1
2.4.0-rc2
2.4.0-rc3
2.4.0
2.5.0-rc1
2.5.0-rc2
2.5.0 Latest Minor
+

org.quartz-scheduler:quartz-jobs

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.quartz-scheduler
Artifact Idquartz-jobs
Current Version2.3.2
Scope
Classifier
Typejar
Newer versions2.4.0-rc1
2.4.0-rc2
2.4.0-rc3
2.4.0
2.5.0-rc1
2.5.0-rc2
2.5.0 Latest Minor
+

org.reactivestreams:reactive-streams

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.reactivestreams
Artifact Idreactive-streams
Current Version1.0.4
Scope
Classifier
Typejar
+

org.seleniumhq.selenium:htmlunit-driver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idhtmlunit-driver
Current Version3.61.0
Scope
Classifier
Typejar
Newer versions3.62.0
3.63.0
3.64.0 Latest Minor
4.5.0
4.5.2
4.6.0
4.7.0
4.7.2
4.8.0
4.8.1
4.8.1.1
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.13.0 Latest Major
+

org.seleniumhq.selenium:lift

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idlift
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0 Latest Minor
+

org.seleniumhq.selenium:selenium-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-api
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-chrome-driver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-chrome-driver
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-chromium-driver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-chromium-driver
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-devtools-v100

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-devtools-v100
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2 Latest Minor
+

org.seleniumhq.selenium:selenium-devtools-v101

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-devtools-v101
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0 Latest Minor
+

org.seleniumhq.selenium:selenium-devtools-v85

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-devtools-v85
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-devtools-v99

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-devtools-v99
Current Version4.1.4
Scope
Classifier
Typejar
+

org.seleniumhq.selenium:selenium-edge-driver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-edge-driver
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-firefox-driver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-firefox-driver
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-grid

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-grid
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-http

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-http
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-ie-driver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-ie-driver
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-java

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-java
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-json

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-json
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-opera-driver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-opera-driver
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0 Latest Minor
+

org.seleniumhq.selenium:selenium-remote-driver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-remote-driver
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-safari-driver

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-safari-driver
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-session-map-jdbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-session-map-jdbc
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-session-map-redis

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-session-map-redis
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.seleniumhq.selenium:selenium-support

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.seleniumhq.selenium
Artifact Idselenium-support
Current Version4.1.4
Scope
Classifier
Typejar
Newer versions4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.5.0
4.5.1
4.5.2
4.5.3
4.6.0
4.7.0
4.7.1
4.7.2
4.8.0
4.8.1
4.8.2
4.8.3
4.9.0
4.9.1
4.10.0
4.11.0
4.12.0
4.12.1
4.13.0
4.14.0
4.14.1
4.15.0
4.16.0
4.16.1
4.17.0
4.18.0
4.18.1
4.19.0
4.19.1
4.20.0
4.21.0
4.22.0
4.23.0
4.23.1
4.24.0
4.25.0
4.26.0
4.27.0 Latest Minor
+

org.skyscreamer:jsonassert

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.skyscreamer
Artifact Idjsonassert
Current Version1.5.1
Scope
Classifier
Typejar
Newer versions1.5.2
1.5.3 Latest Incremental
2.0-rc1 Latest Major
+

org.slf4j:jcl-over-slf4j

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.slf4j
Artifact Idjcl-over-slf4j
Current Version1.7.36
Scope
Classifier
Typejar
Newer versions1.8.0-alpha0
1.8.0-alpha1
1.8.0-alpha2
1.8.0-beta0
1.8.0-beta1
1.8.0-beta2
1.8.0-beta4 Latest Minor
2.0.0-alpha0
2.0.0-alpha1
2.0.0-alpha2
2.0.0-alpha3
2.0.0-alpha4
2.0.0-alpha5
2.0.0-alpha6
2.0.0-alpha7
2.0.0-beta0
2.0.0-beta1
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.16
2.1.0-alpha0
2.1.0-alpha1 Latest Major
+

org.slf4j:jul-to-slf4j

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.slf4j
Artifact Idjul-to-slf4j
Current Version1.7.36
Scope
Classifier
Typejar
Newer versions1.8.0-alpha0
1.8.0-alpha1
1.8.0-alpha2
1.8.0-beta0
1.8.0-beta1
1.8.0-beta2
1.8.0-beta4 Latest Minor
2.0.0-alpha0
2.0.0-alpha1
2.0.0-alpha2
2.0.0-alpha3
2.0.0-alpha4
2.0.0-alpha5
2.0.0-alpha6
2.0.0-alpha7
2.0.0-beta0
2.0.0-beta1
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.16
2.1.0-alpha0
2.1.0-alpha1 Latest Major
+

org.slf4j:log4j-over-slf4j

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.slf4j
Artifact Idlog4j-over-slf4j
Current Version1.7.36
Scope
Classifier
Typejar
Newer versions1.8.0-alpha0
1.8.0-alpha1
1.8.0-alpha2
1.8.0-beta0
1.8.0-beta1
1.8.0-beta2
1.8.0-beta4 Latest Minor
2.0.0-alpha0
2.0.0-alpha1
2.0.0-alpha2
2.0.0-alpha3
2.0.0-alpha4
2.0.0-alpha5
2.0.0-alpha6
2.0.0-alpha7
2.0.0-beta0
2.0.0-beta1
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.16
2.1.0-alpha0
2.1.0-alpha1 Latest Major
+

org.slf4j:slf4j-api

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.slf4j
Artifact Idslf4j-api
Current Version1.7.36
Scope
Classifier
Typejar
Newer versions1.8.0-alpha0
1.8.0-alpha1
1.8.0-alpha2
1.8.0-beta0
1.8.0-beta1
1.8.0-beta2
1.8.0-beta4 Latest Minor
2.0.0-alpha0
2.0.0-alpha1
2.0.0-alpha2
2.0.0-alpha3
2.0.0-alpha4
2.0.0-alpha5
2.0.0-alpha6
2.0.0-alpha7
2.0.0-beta0
2.0.0-beta1
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.16
2.1.0-alpha0
2.1.0-alpha1 Latest Major
+

org.slf4j:slf4j-ext

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.slf4j
Artifact Idslf4j-ext
Current Version1.7.36
Scope
Classifier
Typejar
Newer versions1.8.0-alpha0
1.8.0-alpha1
1.8.0-alpha2
1.8.0-beta0
1.8.0-beta1
1.8.0-beta2
1.8.0-beta4 Latest Minor
2.0.0-alpha0
2.0.0-alpha1
2.0.0-alpha2
2.0.0-alpha3
2.0.0-alpha4
2.0.0-alpha5
2.0.0-alpha6
2.0.0-alpha7
2.0.0-beta0
2.0.0-beta1
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.16
2.1.0-alpha0
2.1.0-alpha1 Latest Major
+

org.slf4j:slf4j-jcl

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.slf4j
Artifact Idslf4j-jcl
Current Version1.7.36
Scope
Classifier
Typejar
+

org.slf4j:slf4j-jdk14

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.slf4j
Artifact Idslf4j-jdk14
Current Version1.7.36
Scope
Classifier
Typejar
Newer versions1.8.0-alpha0
1.8.0-alpha1
1.8.0-alpha2
1.8.0-beta0
1.8.0-beta1
1.8.0-beta2
1.8.0-beta4 Latest Minor
2.0.0-alpha0
2.0.0-alpha1
2.0.0-alpha2
2.0.0-alpha3
2.0.0-alpha4
2.0.0-alpha5
2.0.0-alpha6
2.0.0-alpha7
2.0.0-beta0
2.0.0-beta1
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.16
2.1.0-alpha0
2.1.0-alpha1 Latest Major
+

org.slf4j:slf4j-log4j12

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.slf4j
Artifact Idslf4j-log4j12
Current Version1.7.36
Scope
Classifier
Typejar
Newer versions1.8.0-alpha0
1.8.0-alpha1
1.8.0-alpha2
1.8.0-beta0
1.8.0-beta1
1.8.0-beta2
1.8.0-beta4 Latest Minor
2.0.0-alpha0
2.0.0-alpha1
2.0.0-alpha2
2.0.0-alpha3
2.0.0-alpha4
2.0.0-alpha5
2.0.0-alpha6
2.0.0-alpha7
2.0.0-beta0
2.0.0-beta1
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.16
2.1.0-alpha0
2.1.0-alpha1 Latest Major
+

org.slf4j:slf4j-nop

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.slf4j
Artifact Idslf4j-nop
Current Version1.7.36
Scope
Classifier
Typejar
Newer versions1.8.0-alpha0
1.8.0-alpha1
1.8.0-alpha2
1.8.0-beta0
1.8.0-beta1
1.8.0-beta2
1.8.0-beta4 Latest Minor
2.0.0-alpha0
2.0.0-alpha1
2.0.0-alpha2
2.0.0-alpha3
2.0.0-alpha4
2.0.0-alpha5
2.0.0-alpha6
2.0.0-alpha7
2.0.0-beta0
2.0.0-beta1
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.16
2.1.0-alpha0
2.1.0-alpha1 Latest Major
+

org.slf4j:slf4j-simple

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.slf4j
Artifact Idslf4j-simple
Current Version1.7.36
Scope
Classifier
Typejar
Newer versions1.8.0-alpha0
1.8.0-alpha1
1.8.0-alpha2
1.8.0-beta0
1.8.0-beta1
1.8.0-beta2
1.8.0-beta4 Latest Minor
2.0.0-alpha0
2.0.0-alpha1
2.0.0-alpha2
2.0.0-alpha3
2.0.0-alpha4
2.0.0-alpha5
2.0.0-alpha6
2.0.0-alpha7
2.0.0-beta0
2.0.0-beta1
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.16
2.1.0-alpha0
2.1.0-alpha1 Latest Major
+

org.springframework:spring-aop

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-aop
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-aspects

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-aspects
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-beans

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-beans
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-context

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-context
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-context-indexer

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-context-indexer
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-context-support

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-context-support
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-core
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-expression

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-expression
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-instrument

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-instrument
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-jcl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-jcl
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-jdbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-jdbc
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-jms

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-jms
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-messaging

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-messaging
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-orm

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-orm
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-oxm

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-oxm
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-r2dbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-r2dbc
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-test
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-tx

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-tx
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-web

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-web
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-webflux

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-webflux
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-webmvc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-webmvc
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework:spring-websocket

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework
Artifact Idspring-websocket
Current Version5.3.31
Scope
Classifier
Typejar
Newer versions5.3.32
5.3.33
5.3.34
5.3.35
5.3.36
5.3.37
5.3.38
5.3.39 Latest Incremental
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.0.10
6.0.11
6.0.12
6.0.13
6.0.14
6.0.15
6.0.16
6.0.17
6.0.18
6.0.19
6.0.20
6.0.21
6.0.22
6.0.23
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.1.10
6.1.11
6.1.12
6.1.13
6.1.14
6.1.15
6.1.16
6.2.0
6.2.1 Latest Major
+

org.springframework.amqp:spring-amqp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.amqp
Artifact Idspring-amqp
Current Version2.4.17
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.2.0
3.2.1 Latest Major
+

org.springframework.amqp:spring-rabbit

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.amqp
Artifact Idspring-rabbit
Current Version2.4.17
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.2.0
3.2.1 Latest Major
+

org.springframework.amqp:spring-rabbit-junit

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.amqp
Artifact Idspring-rabbit-junit
Current Version2.4.17
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.2.0
3.2.1 Latest Major
+

org.springframework.amqp:spring-rabbit-stream

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.amqp
Artifact Idspring-rabbit-stream
Current Version2.4.17
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.2.0
3.2.1 Latest Major
+

org.springframework.amqp:spring-rabbit-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.amqp
Artifact Idspring-rabbit-test
Current Version2.4.17
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.2.0
3.2.1 Latest Major
+

org.springframework.batch:spring-batch-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.batch
Artifact Idspring-batch-core
Current Version4.3.10
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.0.2
5.0.3
5.0.4
5.0.5
5.0.6
5.1.0
5.1.1
5.1.2
5.1.3
5.2.0
5.2.1 Latest Major
+

org.springframework.batch:spring-batch-infrastructure

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.batch
Artifact Idspring-batch-infrastructure
Current Version4.3.10
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.0.2
5.0.3
5.0.4
5.0.5
5.0.6
5.1.0
5.1.1
5.1.2
5.1.3
5.2.0
5.2.1 Latest Major
+

org.springframework.batch:spring-batch-integration

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.batch
Artifact Idspring-batch-integration
Current Version4.3.10
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.0.2
5.0.3
5.0.4
5.0.5
5.0.6
5.1.0
5.1.1
5.1.2
5.1.3
5.2.0
5.2.1 Latest Major
+

org.springframework.batch:spring-batch-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.batch
Artifact Idspring-batch-test
Current Version4.3.10
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.0.2
5.0.3
5.0.4
5.0.5
5.0.6
5.1.0
5.1.1
5.1.2
5.1.3
5.2.0
5.2.1 Latest Major
+

org.springframework.boot:spring-boot

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-actuator

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-actuator
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-actuator-autoconfigure

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-actuator-autoconfigure
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-autoconfigure

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-autoconfigure
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-autoconfigure-processor

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-autoconfigure-processor
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-buildpack-platform

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-buildpack-platform
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-configuration-metadata

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-configuration-metadata
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-configuration-processor

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-configuration-processor
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-devtools

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-devtools
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-jarmode-layertools

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-jarmode-layertools
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12 Latest Major
+

org.springframework.boot:spring-boot-loader

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-loader
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-loader-tools

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-loader-tools
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-properties-migrator

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-properties-migrator
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-activemq

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-activemq
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-actuator

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-actuator
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-amqp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-amqp
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-aop

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-aop
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-artemis

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-artemis
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-batch

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-batch
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-cache

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-cache
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-cassandra

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-cassandra
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-cassandra-reactive

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-cassandra-reactive
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-couchbase

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-couchbase
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-couchbase-reactive

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-couchbase-reactive
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-elasticsearch

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-elasticsearch
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-jdbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-jdbc
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-jpa

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-jpa
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-ldap

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-ldap
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-mongodb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-mongodb
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-mongodb-reactive

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-mongodb-reactive
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-neo4j

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-neo4j
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-r2dbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-r2dbc
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-redis

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-redis
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-redis-reactive

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-redis-reactive
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-data-rest

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-data-rest
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-freemarker

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-freemarker
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-graphql

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-graphql
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-groovy-templates

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-groovy-templates
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-hateoas

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-hateoas
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-integration

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-integration
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-jdbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-jdbc
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-jersey

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-jersey
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-jetty

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-jetty
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-jooq

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-jooq
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-json

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-json
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-jta-atomikos

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-jta-atomikos
Current Version2.7.18
Scope
Classifier
Typejar
+

org.springframework.boot:spring-boot-starter-log4j2

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-log4j2
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-logging

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-logging
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-mail

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-mail
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-mustache

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-mustache
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-oauth2-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-oauth2-client
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-oauth2-resource-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-oauth2-resource-server
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-quartz

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-quartz
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-reactor-netty

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-reactor-netty
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-rsocket

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-rsocket
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-security

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-security
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-test
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-thymeleaf

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-thymeleaf
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-tomcat

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-tomcat
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-undertow

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-undertow
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-validation

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-validation
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-web

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-web
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-web-services

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-web-services
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-webflux

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-webflux
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-starter-websocket

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-starter-websocket
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-test
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.boot:spring-boot-test-autoconfigure

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-test-autoconfigure
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.data:spring-data-cassandra

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-cassandra
Current Version3.4.18
Scope
Classifier
Typejar
Newer versions4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
4.0.8
4.0.9
4.0.10
4.0.11
4.0.12
4.1.0
4.1.1
4.1.2
4.1.3
4.1.4
4.1.5
4.1.6
4.1.7
4.1.8
4.1.9
4.1.10
4.1.11
4.1.12
4.2.0
4.2.1
4.2.2
4.2.3
4.2.4
4.2.5
4.2.6
4.2.7
4.2.8
4.2.9
4.2.10
4.2.11
4.2.12
4.3.0
4.3.1
4.3.2
4.3.3
4.3.4
4.3.5
4.3.6
4.3.7
4.4.0
4.4.1 Latest Major
+

org.springframework.data:spring-data-commons

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-commons
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.data:spring-data-couchbase

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-couchbase
Current Version4.4.18
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.0.2
5.0.3
5.0.4
5.0.5
5.0.6
5.0.7
5.0.8
5.0.9
5.0.10
5.0.11
5.0.12
5.1.0
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
5.1.6
5.1.7
5.1.8
5.1.9
5.1.10
5.1.11
5.1.12
5.2.0
5.2.1
5.2.2
5.2.3
5.2.4
5.2.5
5.2.6
5.2.7
5.2.8
5.2.9
5.2.10
5.2.11
5.2.12
5.3.0
5.3.1
5.3.2
5.3.3
5.3.4
5.3.5
5.3.6
5.3.7
5.4.0
5.4.1 Latest Major
+

org.springframework.data:spring-data-elasticsearch

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-elasticsearch
Current Version4.4.18
Scope
Classifier
Typejar
Newer versions5.0.0
5.0.1
5.0.2
5.0.3
5.0.4
5.0.5
5.0.6
5.0.7
5.0.8
5.0.9
5.0.10
5.0.11
5.0.12
5.1.0
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
5.1.6
5.1.7
5.1.8
5.1.9
5.1.10
5.1.11
5.1.12
5.2.0
5.2.1
5.2.2
5.2.3
5.2.4
5.2.5
5.2.6
5.2.7
5.2.8
5.2.9
5.2.10
5.2.11
5.2.12
5.3.0
5.3.1
5.3.2
5.3.3
5.3.4
5.3.5
5.3.6
5.3.7
5.4.0
5.4.1 Latest Major
+

org.springframework.data:spring-data-envers

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-envers
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.data:spring-data-geode

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.springframework.data
Artifact Idspring-data-geode
Current Version2.7.18
Scope
Classifier
Typejar
+

org.springframework.data:spring-data-jdbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-jdbc
Current Version2.4.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.data:spring-data-jpa

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-jpa
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.data:spring-data-keyvalue

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-keyvalue
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.data:spring-data-ldap

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-ldap
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.data:spring-data-mongodb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-mongodb
Current Version3.4.18
Scope
Classifier
Typejar
Newer versions4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
4.0.8
4.0.9
4.0.10
4.0.11
4.0.12
4.1.0
4.1.1
4.1.2
4.1.3
4.1.4
4.1.5
4.1.6
4.1.7
4.1.8
4.1.9
4.1.10
4.1.11
4.1.12
4.2.0
4.2.1
4.2.2
4.2.3
4.2.4
4.2.5
4.2.6
4.2.7
4.2.8
4.2.9
4.2.10
4.2.11
4.2.12
4.3.0
4.3.1
4.3.2
4.3.3
4.3.4
4.3.5
4.3.6
4.3.7
4.4.0
4.4.1 Latest Major
+

org.springframework.data:spring-data-neo4j

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-neo4j
Current Version6.3.18
Scope
Classifier
Typejar
Newer versions7.0.0
7.0.1
7.0.2
7.0.3
7.0.4
7.0.5
7.0.6
7.0.7
7.0.8
7.0.9
7.0.10
7.0.11
7.0.12
7.1.0
7.1.1
7.1.2
7.1.3
7.1.4
7.1.5
7.1.6
7.1.7
7.1.8
7.1.9
7.1.10
7.1.11
7.1.12
7.2.0
7.2.1
7.2.2
7.2.3
7.2.4
7.2.5
7.2.6
7.2.7
7.2.8
7.2.9
7.2.10
7.2.11
7.2.12
7.3.0
7.3.1
7.3.2
7.3.3
7.3.4
7.3.5
7.3.6
7.3.7
7.4.0
7.4.1 Latest Major
+

org.springframework.data:spring-data-r2dbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-r2dbc
Current Version1.5.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.data:spring-data-redis

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-redis
Current Version2.7.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.data:spring-data-relational

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-relational
Current Version2.4.18
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+

org.springframework.data:spring-data-rest-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-rest-core
Current Version3.7.18
Scope
Classifier
Typejar
Newer versions4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
4.0.8
4.0.9
4.0.10
4.0.11
4.0.12
4.1.0
4.1.1
4.1.2
4.1.3
4.1.4
4.1.5
4.1.6
4.1.7
4.1.8
4.1.9
4.1.10
4.1.11
4.1.12
4.2.0
4.2.1
4.2.2
4.2.3
4.2.4
4.2.5
4.2.6
4.2.7
4.2.8
4.2.9
4.2.10
4.2.11
4.2.12
4.3.0
4.3.1
4.3.2
4.3.3
4.3.4
4.3.5
4.3.6
4.3.7
4.4.0
4.4.1 Latest Major
+

org.springframework.data:spring-data-rest-hal-explorer

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-rest-hal-explorer
Current Version3.7.18
Scope
Classifier
Typejar
Newer versions4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
4.0.8
4.0.9
4.0.10
4.0.11
4.0.12
4.1.0
4.1.1
4.1.2
4.1.3
4.1.4
4.1.5
4.1.6
4.1.7
4.1.8
4.1.9
4.1.10
4.1.11
4.1.12
4.2.0
4.2.1
4.2.2
4.2.3
4.2.4
4.2.5
4.2.6
4.2.7
4.2.8
4.2.9
4.2.10
4.2.11
4.2.12
4.3.0
4.3.1
4.3.2
4.3.3
4.3.4
4.3.5
4.3.6
4.3.7
4.4.0
4.4.1 Latest Major
+

org.springframework.data:spring-data-rest-webmvc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.data
Artifact Idspring-data-rest-webmvc
Current Version3.7.18
Scope
Classifier
Typejar
Newer versions4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
4.0.8
4.0.9
4.0.10
4.0.11
4.0.12
4.1.0
4.1.1
4.1.2
4.1.3
4.1.4
4.1.5
4.1.6
4.1.7
4.1.8
4.1.9
4.1.10
4.1.11
4.1.12
4.2.0
4.2.1
4.2.2
4.2.3
4.2.4
4.2.5
4.2.6
4.2.7
4.2.8
4.2.9
4.2.10
4.2.11
4.2.12
4.3.0
4.3.1
4.3.2
4.3.3
4.3.4
4.3.5
4.3.6
4.3.7
4.4.0
4.4.1 Latest Major
+

org.springframework.graphql:spring-graphql

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.springframework.graphql
Artifact Idspring-graphql
Current Version1.0.6
Scope
Classifier
Typejar
Newer versions1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
1.3.0
1.3.1
1.3.2
1.3.3 Latest Minor
+

org.springframework.graphql:spring-graphql-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.springframework.graphql
Artifact Idspring-graphql-test
Current Version1.0.6
Scope
Classifier
Typejar
Newer versions1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
1.3.0
1.3.1
1.3.2
1.3.3 Latest Minor
+

org.springframework.hateoas:spring-hateoas

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.hateoas
Artifact Idspring-hateoas
Current Version1.5.6
Scope
Classifier
Typejar
Newer versions2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.1.5
2.2.0
2.2.1
2.2.2
2.2.3
2.2.4
2.2.5
2.3.0
2.3.1
2.3.2
2.3.3
2.3.4
2.4.0
2.4.1 Latest Major
+

org.springframework.integration:spring-integration-amqp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-amqp
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-core
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-event

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-event
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-feed

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-feed
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-file

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-file
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-ftp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-ftp
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-gemfire

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.springframework.integration
Artifact Idspring-integration-gemfire
Current Version5.5.20
Scope
Classifier
Typejar
+

org.springframework.integration:spring-integration-groovy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-groovy
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-http

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-http
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-ip

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-ip
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-jdbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-jdbc
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-jms

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-jms
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-jmx

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-jmx
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-jpa

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-jpa
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-kafka

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-kafka
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-mail

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-mail
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-mongodb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-mongodb
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-mqtt

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-mqtt
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-r2dbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-r2dbc
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-redis

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-redis
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-rmi

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.springframework.integration
Artifact Idspring-integration-rmi
Current Version5.5.20
Scope
Classifier
Typejar
+

org.springframework.integration:spring-integration-rsocket

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-rsocket
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-scripting

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-scripting
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-security

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-security
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11 Latest Major
+

org.springframework.integration:spring-integration-sftp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-sftp
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-stomp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-stomp
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-stream

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-stream
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-syslog

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-syslog
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-test
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-test-support

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-test-support
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-webflux

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-webflux
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-websocket

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-websocket
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-ws

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-ws
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-xml

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-xml
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-xmpp

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-xmpp
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-zeromq

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-zeromq
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.integration:spring-integration-zookeeper

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.integration
Artifact Idspring-integration-zookeeper
Current Version5.5.20
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.0.9
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.11
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.3.7
6.4.0
6.4.1 Latest Major
+

org.springframework.kafka:spring-kafka

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.springframework.kafka
Artifact Idspring-kafka
Current Version2.8.11
Scope
Classifier
Typejar
Newer versions2.9.0
2.9.1
2.9.2
2.9.3
2.9.4
2.9.5
2.9.6
2.9.7
2.9.8
2.9.9
2.9.10
2.9.11
2.9.12
2.9.13 Latest Minor
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.3.0
3.3.1 Latest Major
+

org.springframework.kafka:spring-kafka-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.springframework.kafka
Artifact Idspring-kafka-test
Current Version2.8.11
Scope
Classifier
Typejar
Newer versions2.9.0
2.9.1
2.9.2
2.9.3
2.9.4
2.9.5
2.9.6
2.9.7
2.9.8
2.9.9
2.9.10
2.9.11
2.9.12
2.9.13 Latest Minor
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.0.14
3.0.15
3.0.16
3.0.17
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.3.0
3.3.1 Latest Major
+

org.springframework.ldap:spring-ldap-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework.ldap
Artifact Idspring-ldap-core
Current Version2.4.1
Scope
Classifier
Typejar
Newer versions2.4.2
2.4.4 Latest Incremental
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10 Latest Major
+

org.springframework.ldap:spring-ldap-core-tiger

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework.ldap
Artifact Idspring-ldap-core-tiger
Current Version2.4.1
Scope
Classifier
Typejar
Newer versions2.4.2
2.4.4 Latest Incremental
+

org.springframework.ldap:spring-ldap-ldif-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework.ldap
Artifact Idspring-ldap-ldif-core
Current Version2.4.1
Scope
Classifier
Typejar
Newer versions2.4.2
2.4.4 Latest Incremental
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10 Latest Major
+

org.springframework.ldap:spring-ldap-odm

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework.ldap
Artifact Idspring-ldap-odm
Current Version2.4.1
Scope
Classifier
Typejar
Newer versions2.4.2
2.4.4 Latest Incremental
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10 Latest Major
+

org.springframework.ldap:spring-ldap-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework.ldap
Artifact Idspring-ldap-test
Current Version2.4.1
Scope
Classifier
Typejar
Newer versions2.4.2
2.4.4 Latest Incremental
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10 Latest Major
+

org.springframework.restdocs:spring-restdocs-asciidoctor

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.restdocs
Artifact Idspring-restdocs-asciidoctor
Current Version2.0.8.RELEASE
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3 Latest Major
+

org.springframework.restdocs:spring-restdocs-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.restdocs
Artifact Idspring-restdocs-core
Current Version2.0.8.RELEASE
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3 Latest Major
+

org.springframework.restdocs:spring-restdocs-mockmvc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.restdocs
Artifact Idspring-restdocs-mockmvc
Current Version2.0.8.RELEASE
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3 Latest Major
+

org.springframework.restdocs:spring-restdocs-restassured

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.restdocs
Artifact Idspring-restdocs-restassured
Current Version2.0.8.RELEASE
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3 Latest Major
+

org.springframework.restdocs:spring-restdocs-webtestclient

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.restdocs
Artifact Idspring-restdocs-webtestclient
Current Version2.0.8.RELEASE
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3 Latest Major
+

org.springframework.retry:spring-retry

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.retry
Artifact Idspring-retry
Current Version1.3.4
Scope
Classifier
Typejar
Newer versions2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.0.10
2.0.11 Latest Major
+

org.springframework.security:spring-security-acl

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-acl
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-aspects

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-aspects
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-cas

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-cas
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-config

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-config
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-core
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-crypto

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-crypto
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-data

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-data
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-ldap

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-ldap
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-messaging

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-messaging
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-oauth2-client

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-oauth2-client
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-oauth2-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-oauth2-core
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-oauth2-jose

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-oauth2-jose
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-oauth2-resource-server

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-oauth2-resource-server
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-openid

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.springframework.security
Artifact Idspring-security-openid
Current Version5.8.16
Scope
Classifier
Typejar
+

org.springframework.security:spring-security-remoting

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.springframework.security
Artifact Idspring-security-remoting
Current Version5.8.16
Scope
Classifier
Typejar
+

org.springframework.security:spring-security-rsocket

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-rsocket
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-saml2-service-provider

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-saml2-service-provider
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-taglibs

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-taglibs
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-test
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.security:spring-security-web

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.security
Artifact Idspring-security-web
Current Version5.8.16
Scope
Classifier
Typejar
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
+

org.springframework.session:spring-session-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.session
Artifact Idspring-session-core
Current Version2.7.4
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.4.0
3.4.1 Latest Major
+

org.springframework.session:spring-session-data-geode

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Group Idorg.springframework.session
Artifact Idspring-session-data-geode
Current Version2.7.1
Scope
Classifier
Typejar
Newer versions2.7.2 Latest Incremental
+

org.springframework.session:spring-session-data-mongodb

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.session
Artifact Idspring-session-data-mongodb
Current Version2.7.4
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.4.0
3.4.1 Latest Major
+

org.springframework.session:spring-session-data-redis

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.session
Artifact Idspring-session-data-redis
Current Version2.7.4
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.4.0
3.4.1 Latest Major
+

org.springframework.session:spring-session-hazelcast

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.session
Artifact Idspring-session-hazelcast
Current Version2.7.4
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.4.0
3.4.1 Latest Major
+

org.springframework.session:spring-session-jdbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.session
Artifact Idspring-session-jdbc
Current Version2.7.4
Scope
Classifier
Typejar
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.4.0
3.4.1 Latest Major
+

org.springframework.ws:spring-ws-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.ws
Artifact Idspring-ws-core
Current Version3.1.8
Scope
Classifier
Typejar
Newer versions4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
4.0.8
4.0.9
4.0.10
4.0.11 Latest Major
+

org.springframework.ws:spring-ws-security

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.ws
Artifact Idspring-ws-security
Current Version3.1.8
Scope
Classifier
Typejar
Newer versions4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
4.0.8
4.0.9
4.0.10
4.0.11 Latest Major
+

org.springframework.ws:spring-ws-support

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.ws
Artifact Idspring-ws-support
Current Version3.1.8
Scope
Classifier
Typejar
Newer versions4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
4.0.8
4.0.9
4.0.10
4.0.11 Latest Major
+

org.springframework.ws:spring-ws-test

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.ws
Artifact Idspring-ws-test
Current Version3.1.8
Scope
Classifier
Typejar
Newer versions4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
4.0.8
4.0.9
4.0.10
4.0.11 Latest Major
+

org.springframework.ws:spring-xml

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.ws
Artifact Idspring-xml
Current Version3.1.8
Scope
Classifier
Typejar
Newer versions4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
4.0.8
4.0.9
4.0.10
4.0.11 Latest Major
+

org.thymeleaf:thymeleaf

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.thymeleaf
Artifact Idthymeleaf
Current Version3.0.15.RELEASE
Scope
Classifier
Typejar
Newer versions3.1.0.M1
3.1.0.M2
3.1.0.M3
3.1.0.RC1
3.1.0.RC2
3.1.0.RELEASE
3.1.1.RELEASE
3.1.2.RELEASE
3.1.3.RELEASE Latest Minor
+

org.thymeleaf:thymeleaf-spring5

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.thymeleaf
Artifact Idthymeleaf-spring5
Current Version3.0.15.RELEASE
Scope
Classifier
Typejar
Newer versions3.1.0.M1
3.1.0.M2
3.1.0.M3
3.1.0.RC1
3.1.0.RC2
3.1.0.RELEASE
3.1.1.RELEASE
3.1.2.RELEASE
3.1.3.RELEASE Latest Minor
+

org.thymeleaf.extras:thymeleaf-extras-java8time

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.thymeleaf.extras
Artifact Idthymeleaf-extras-java8time
Current Version3.0.4.RELEASE
Scope
Classifier
Typejar
+

org.thymeleaf.extras:thymeleaf-extras-springsecurity5

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.thymeleaf.extras
Artifact Idthymeleaf-extras-springsecurity5
Current Version3.0.5.RELEASE
Scope
Classifier
Typejar
Newer versions3.1.0.M1
3.1.0.RC1
3.1.0.RC2
3.1.0.RELEASE
3.1.1.RELEASE
3.1.2.RELEASE
3.1.3.RELEASE Latest Minor
+

org.webjars:webjars-locator-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.webjars
Artifact Idwebjars-locator-core
Current Version0.50
Scope
Classifier
Typejar
Newer versions0.51
0.52
0.53
0.54
0.55
0.56
0.57
0.58
0.59 Latest Minor
+

org.xerial:sqlite-jdbc

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.xerial
Artifact Idsqlite-jdbc
Current Version3.36.0.3
Scope
Classifier
Typejar
Newer versions3.39.2.0
3.39.2.1
3.39.3.0
3.39.4.0
3.39.4.1
3.40.0.0
3.40.1.0
3.41.0.0
3.41.0.1
3.41.2.0
3.41.2.1
3.41.2.2
3.42.0.0
3.42.0.1
3.43.0.0
3.43.2.0
3.43.2.1
3.43.2.2
3.44.0.0
3.44.1.0
3.45.0.0
3.45.1.0
3.45.2.0
3.45.3.0
3.46.0.0
3.46.0.1
3.46.1.0
3.46.1.1
3.46.1.2
3.46.1.3
3.47.0.0
3.47.1.0 Latest Minor
+

org.xmlunit:xmlunit-assertj

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.xmlunit
Artifact Idxmlunit-assertj
Current Version2.9.1
Scope
Classifier
Typejar
Newer versions2.10.0 Latest Minor
+

org.xmlunit:xmlunit-assertj3

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.xmlunit
Artifact Idxmlunit-assertj3
Current Version2.9.1
Scope
Classifier
Typejar
Newer versions2.10.0 Latest Minor
+

org.xmlunit:xmlunit-core

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.xmlunit
Artifact Idxmlunit-core
Current Version2.9.1
Scope
Classifier
Typejar
Newer versions2.10.0 Latest Minor
+

org.xmlunit:xmlunit-legacy

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.xmlunit
Artifact Idxmlunit-legacy
Current Version2.9.1
Scope
Classifier
Typejar
Newer versions2.10.0 Latest Minor
+

org.xmlunit:xmlunit-matchers

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.xmlunit
Artifact Idxmlunit-matchers
Current Version2.9.1
Scope
Classifier
Typejar
Newer versions2.10.0 Latest Minor
+

org.xmlunit:xmlunit-placeholders

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.xmlunit
Artifact Idxmlunit-placeholders
Current Version2.9.1
Scope
Classifier
Typejar
Newer versions2.10.0 Latest Minor
+

org.yaml:snakeyaml

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idorg.yaml
Artifact Idsnakeyaml
Current Version1.30
Scope
Classifier
Typejar
Newer versions1.31
1.32
1.33 Latest Minor
2.0
2.1
2.2
2.3 Latest Major
+

redis.clients:jedis

+ + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idredis.clients
Artifact Idjedis
Current Version3.8.0
Scope
Classifier
Typejar
Newer versions3.9.0
3.10.0 Latest Minor
4.0.0-beta1
4.0.0-beta2
4.0.0-beta3
4.0.0-beta4
4.0.0-RC1
4.0.0-rc2
4.0.0
4.0.1
4.1.0
4.1.1
4.2.0-m1
4.2.0-rc1
4.2.0
4.2.1
4.2.2
4.2.3
4.3.0-m1
4.3.0-m2
4.3.0
4.3.1
4.3.2
4.4.0-m1
4.4.0-m2
4.4.0-rc1
4.4.0
4.4.1
4.4.2
4.4.3
4.4.4
4.4.5
4.4.6
4.4.7
4.4.8
5.0.0-alpha1
5.0.0-alpha2
5.0.0-beta1
5.0.0-beta2
5.0.0
5.0.1
5.0.2
5.1.0
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
5.2.0-alpha2
5.2.0-alpha3
5.2.0-beta1
5.2.0-beta2
5.2.0-beta3
5.2.0-beta4
5.2.0-beta5
5.2.0
5.3.0-beta1 Latest Major
+

wsdl4j:wsdl4j

+ + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idwsdl4j
Artifact Idwsdl4j
Current Version1.6.3
Scope
Classifier
Typejar
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/distribution-management.html b/waffle-demo-parent/waffle-spring-boot-filter2/distribution-management.html new file mode 100644 index 0000000000..3488685f72 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/distribution-management.html @@ -0,0 +1,150 @@ + + + + + + + + + + Project Distribution Management – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Overview

+

The following is the distribution management information used by this project.

+

Repository - ossrh

https://oss.sonatype.org/service/local/staging/deploy/maven2/
+

Snapshot Repository - ossrh

https://oss.sonatype.org/content/repositories/snapshots
+

Site - gh-pages-scm

+

scm:git:ssh://git@github.com/Waffle/waffle.git/waffle-demo-parent/waffle-spring-boot-filter2

+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/fonts/glyphicons-halflings-regular.eot b/waffle-demo-parent/waffle-spring-boot-filter2/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 0000000000000000000000000000000000000000..423bd5d3a20b804f596e04e5cd02fb4f16cfcbc1 GIT binary patch literal 20290 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/fonts/glyphicons-halflings-regular.ttf b/waffle-demo-parent/waffle-spring-boot-filter2/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..a498ef4e7c8b556fc36f580c5ff524025bb11c84 GIT binary patch literal 41236 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 ZGSez?YiQ@qs0V6b@O1TaS?83{1OS^WRoMUl literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/add.gif b/waffle-demo-parent/waffle-spring-boot-filter2/images/add.gif new file mode 100644 index 0000000000000000000000000000000000000000..1cb3dbf936e38b5c5efdc3e247a042eb1b1d23e9 GIT binary patch literal 397 zcmV;80doFFNk%w1VGsZi0Hrwqfq{XHjC_`scb}hfo}Qksu4?V%HuUQ#_Ut72?;iT^ zBKq(m_wPpc?_K-yJooTv`tnWp@M`+UP{`_CX>@2HM@dakAa8CUVIWOmV*nxf1OW;FKL9KM0000G01yBG z28=)gU`QMW1_i@!3CKC0&ddYCI52ah&u7HtL@q0qBk^l$xg^p?lB(HEigIo{N|QVi z)(zKM$kAyhAQ&1iFcb)XbtESzDjgOT6Af33jV>-IB_SdLSAi#(F{3g$0H2JZE~KTW ra*U!eGBdQMSC^|Yvokcda+j>Uy{=7A#!jw6Max43OV7~J&_Mt@cAw$D literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/apache-maven-project-2.png b/waffle-demo-parent/waffle-spring-boot-filter2/images/apache-maven-project-2.png new file mode 100644 index 0000000000000000000000000000000000000000..a44db6ed08630e9fc59e65ea42a1a067f781ddae GIT binary patch literal 43073 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 literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/application-certificate.png b/waffle-demo-parent/waffle-spring-boot-filter2/images/application-certificate.png new file mode 100644 index 0000000000000000000000000000000000000000..cc6aff616f3e49450f1c31f1d2aed5f748af151f GIT binary patch literal 923 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh3?wzC-F?i!z}O$)6XFWuvNBF$V3@(gl+VOa z#>z5{fuRG)Wnh>mATR|e&A>37fnkNY;bI&8ZU%-F1_q$u94@Xr28PKD4DAdIX$%Y# z7#K>y%GSGCTyQsEtsnz55U6Z6KmTP%!wvdcQ~3BA85jzf7^aJgG%&HW0W~r*Ol4qb z6jyFiG^&%+sgcn#5msqnV6d}F42|xHP3{YcYK~59lTox+)%N!bZ7e8XnO8g`J!gWv zikqWHQE|n*!txoxk#)+NeyZAm&Ys1d{#CZlSvHPon))FMYM!&%+1A;b?1>Lvs-n0| zL+wCj+&Xjp6>e6C%X0RmMK3i}UgcytPeF2tjsBtBq&?nt``j${IGJp>HD0Eqv|LSb zd$ix~#IOT_E=OI>PTJ`m)|NbIsj*R8WtooV_N4G#fi8#LEza2KUQiP{FT;LBiv5_G z>QV`@<*JGs&D4(A=$_ROyCutUTbARz65nbQ{q;u5+m-l_$#7m);JKzMxH~FzySe5b zQ;p+pR;OJpwri;@mJ+Y1TNRbiS?!z;3`qu$k|4ie1_sU3Ev0AFBu;fOmi+v^myiFc zx8+6-YgzMu|NdEWRsa6o%+0-gCZE%{pMU@UtxUM_?cd)&dbxl8{fV}}@ax}sdA{uJ znr7v}ci-LE3pA54$=lt9p@UV{1IXbl@Q5sCVBi)8VMc~ob0mO*>pWc?LpZJ{Cjddx zw}iy63CZaU%zS?S`uXzl_Ih~+)7z(?w^uOGm=Vu#L|BB2lb5@{qo+%ZtG30B zp~;hiU5-jfNE{8me972o^QPjW&ngX@CjAUzZFN1Wy7ZFKCWm!%Y9cFLQ$x2lEt+KH zvAHYDH#fG{dGRc(BT2n#zPh=xv9@d)7cQ6^m>8KEwtkd6b4GWT?%D*K?Ac<`*46A9 z=P#bTdGzX8*%M3*6}Oajzd2&81a!G+iEBiObAE1aYF-J0MzW@Yk%57Uf>&a8X_7*4 zNor6swX?12r&sy85}Sb4q9e0O1lc AyZ`_I literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/close.gif b/waffle-demo-parent/waffle-spring-boot-filter2/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/contact-new.png b/waffle-demo-parent/waffle-spring-boot-filter2/images/contact-new.png new file mode 100644 index 0000000000000000000000000000000000000000..ebc4316d844dea7c644b636a768348a4a105fefe GIT binary patch literal 736 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh3?wzC-F?i!z~~#`6XFWw{(0&D=T+#RHwAw` z&Hnpo&YySH^B2wT=xUuXq4DDJ;vXMY{rmmm?~n68U)N8b+W+is-}IT2Cr_OKQ8Rn) zjLlm%?%28R-u1=5z8w7b_w%10wGpKB`?6U6pFe*dJ9ccrf(7f>ue)&m)R!-BCQRynbY{!R9*ZYy+@7p-UY@S-`Sa%w zA3nT)|NhsnUlS(vzIpp-Vt+(alI*llmi}Ot{8X*wt1GWuxpMjPD8G_FtAwYlM(@+7PjBA5dHwqJt5>i7{Q0y0(1MB6!uuu%PnZ(1WB07bk00N^ zfB)XSdp~~s0NV5M7AY?6_YmX)lQk*=z#qM@b= z;jzxa-qG&i{`U`D;5cDwW@u`>eZ!Vb+cs`xE_y2~Gk1<|Ow8SwyS5T3HhcHf*8Kf* zmx-x4rs2+m2^The=s2c1x z@?`Pi#gUPb%a$!mPfyRv%4%q+zjyD}h7B7sGBPqVGdnvwA3b_>`}XY_GiFp&ROIC3 zBqk>2=H`C-^y%l%pKss3eemGH!-o&gojcdo*4Ee8cjwNX^XJbmU%q_Jnl)d(e3_rK zQ5)znu96_XUAfnlM+?I*J`vNB)4cy(~cFE%!y3*C+dtm|AkbLP(0rAtI-WalPl zXQ#h^a3Yue>8TkOmX^DBoNC%>bIn0P>y;XJk*Kt_xlBQUk->(IhZxnF8MX%rzU~pe z)edx+YKdz^NlIc#s#S7PDv)9@GB7mM1tJ5>5Ccmq69X$#3vB~KD+7aX0T&LVXvob^ Z$xN%nt)ZPaqaLV%!PC{xWt~$(69B9}1)l%_ literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/drive-harddisk.png b/waffle-demo-parent/waffle-spring-boot-filter2/images/drive-harddisk.png new file mode 100644 index 0000000000000000000000000000000000000000..d7ce475f83900cfe56bc5374932b5bf2ca4dbc8d GIT binary patch literal 700 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh3?wzC-F*zC&II^`xaJjPLr`yjcXv-mMOEp) zfB$~|{Q2qgr}E0uH*ep*0fM(c8pHz9pFVy1{{8!_SFc~e@M|D=_4?z-kMG~VfBN+4 z=g*&?JbCir!-ub5zrK9=^4G6l&z?Q|^5x6(=g-S4OG?X&9zTA3@7}!^FJ6?E7oReKBW~hUcb538A@(YtL-+^H_dcdDlJpJ=Y$-@O`Fz zG@0+R=gebQ3|6LQE_?ex(qMMck(v6_v=g$+AOFmI(3&Wse&EvEy!Sf~KCI~aV|0G{ zk1FrS2B$YEFiv@18F*(Wd((ez|EgADxttge3!oF5szM@4obz*YQ}ap~7&xwf_C2e8 zRrlN)FW64!{5l*E!$tK_0oAjM#0U}&fdLejY7 zI~FXQH)-jvha*6u#Df8X9ChYuY)a%k^~E2mDLxODNt zmCKi|T)zC|@uR1YAH8|~^39u9@7}$6_wMcc_wPP@0HXIFK79E6`SZ7LU%!9<{_EGT z|C9m6e^Smxsfi`2DGKG8B^e6tp1uJJ`FRS73ciWS42nNl7`Yhi8FUzc0OVr^w%h~r z3p{khINcN{dHm3sxp?^`71bH@yqi{KNeBh-JDpc0PP#ir~m)} literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/icon_error_sml.gif b/waffle-demo-parent/waffle-spring-boot-filter2/images/icon_error_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..12e9a01a930c8dfa20992254a9c2b19272d1d491 GIT binary patch literal 633 zcmZ?wbhEHb6krfwIF`;38Xg=L5fUB=M4=H;VNo&RafvaB$?-`k33&xMO~v8m6{R(` zl?_dGEv=0$ZA~rhO>G^`?Hw)coj}yu(b?MG)!Nb3($Ur0+1)m2a{u;z-^o)aPMJDs z`t(UNXHAo#m!w{g?@=WBc~Zm8X~W#g8u zo3?D*v~~ODZQHl}UT^n%gZ1x?R=+k`T;JBTW7oDFySD${^*eoz@Oc*hmRckzCZ2A(L+a%9{G7V>Fe>N z^XJe0KGXR7Y}4;^^*`^=|M7h0?^~=l4^&mpY`6;P-`9HR5qr6O1d8TwsR`3>b@UzlT;FtFnna2=nZ#cumG*CCfUXh`R z+r!d5z(O-R)XZE>lB1r*D>%&0R$Il*Mn_6Qf{%sS(JIbXUpX=*NJ;FP;1pg}V|6*} zv?MJFQE_3;iOj5Q?9#Ex;l6qz5+~F=Ii~BU9y&2WMUzuPiAOcCQYbJ`P)$^n_v8t~ IKm`VC0O`0&yZ`_I literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/icon_help_sml.gif b/waffle-demo-parent/waffle-spring-boot-filter2/images/icon_help_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..aaf20e6eea4148fe8fbb09bdf4595eb98334fff6 GIT binary patch literal 1072 zcmZ?wbhEHb6krfwcs`v$!K+=-yF&?xd^(hUI+cApRs6bC{eh@k&A(ecpj#`rPbZ{T zHx!8a^g{b}!zSp5_v=SYG>n*N6g|Zlh+?Lg#7s4dnQRg})go?+MZ$E8gc;Te)2xza zS|`u4Ntxx4KG!L8zI)~z=dAgzISbu#7kcN-_sn1Ho4>%jXsJ)pQs3fbfo02sDpp2R zERC#K7E-k)vT8+i)$*{KwK3JpV{2AK)o)0wTb10nI<9$BO4FK@rnRX}Ym!%=V3`o!hfJHsy3|$nM;n-n}!oduvYb_N=~Lg}qy|`*#=hZ!es< zJAcyNg30?!r|d17cCdKb!IJ3*D`y_8n0>Tq?!mT&hdUP@>REWOXVJm#rN<{MJ>0+I z#FUlCrmQ_Pd;RIzn=UTca(=iaqXVV+mGGa zb@J}slehPtx^v*n-9zW@9lP}K#FZzfu01_{?di$u&(B2A zoI?4BMCM#(ZeZdNx5?S*;=#(TTgt)U(ejX?g-3ph&!#D=Y`v;IOgUFKENEgEY}K2& zbK&FTQ{0&t&PXaHI(LYby<^~<)WRug%f?Vsn9S(HDV}gdq)=(8*E}P}f0hC+DlA;` z)Ad{zHa+cG#KBxFQ?<#-BSSmll8aH3zyUtzf;|p9o6`Ijt8uE?Ni?%hQnAZc^O50L PaG-&a!$_HjgTWdA|E#c| literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/icon_info_sml.gif b/waffle-demo-parent/waffle-spring-boot-filter2/images/icon_info_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..b776326703c341ce559f98f028bb92fe4c332a83 GIT binary patch literal 638 zcmZ?wbhEHb6krfwI99}9U|?WrY3AnUX5m?3;Z0M>*4P;bV`&8Ka zl-c-J*!q^)`BgduR5=D#I|r7#hSa%**1Lx{c!gJaL^OLwwt7Xic}F+L#o2`7dnmC(1Rt2?c3!lt^38_VY&t(beHXZDWXIXh-7+1tM2%&evRR;+4S zwr0k}b!V5aoiTgei6v_fuiiLg?#^pV_uW{w@5aglH&-3Jx&6@9oky;1J$7sB@!MNZ zJveyg`hg3N4_$b0@Y0i`mmVIv{N(WECzr2oIC}Nz@oP^{UVDDw>Vp&4U!1=A;>^t# zmu@{ecl+ht`>QY9eSP`<>nji5TzT;J+QYXu9=*N!_}$}YyB<7!`{3D|d(S`KfBxyw z^Y`~(e0uQm)1z0PU%x&0;{BHw@4vo%|K;_EudhFRd-L)8=Wi$9eg5(O^Y^bmPJRCV z>&y3FUw{1i{`2>*-+zDo`TOV3-~U7d#ecdQ$(jmA1_mYyUWwVINeaOwshN4HMO<9Y zMX8A;sVNHOnI#ztAsML(?w-B@42nNl7`Yhg8FUzc02GM~?5i5;o0>S;m|56)n!B60 zjgkxVVs!X>ns_~P6XU}IL#+gR_>6Khb5di2o!vBrx&@MxvJ29p102vbQyButm$y)r=@GSbQ7fuf zG&hu(RxhgI;Nx!Xk#a$OMKhbYL0W}^MFz8kslSGfx4@b6vWfA)m`-W&brNWq_@1%Hm^{yEe1`?BYsvn_wmHvhTm`R8WJ@7psnMoCG5mA-y?dAS}$C^BFZzMd3&ORu3u6b1u&a%gnW4I(EOT#*fRVX@ zj=Hjv*wR)(6J1pWB^l0kHf~;N6*);RcGfnA&uq+0JK1LSU+Ld<{2%8ZVGags09itc As{jB1 literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/icon_warning_sml.gif b/waffle-demo-parent/waffle-spring-boot-filter2/images/icon_warning_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..ac6ad6ada39ea693ac0500810196fe551833b2d0 GIT binary patch literal 625 zcmZ?wbhEHb6krfwI99~a)zjYH+tJh8+1uaM2SgLPCr;{|FsXOac1bJ1)uHC+K>&~59ckkZ5d-v|2$A0(j-F^3{>(7(0`}gnuc^UfX z@x#ZDA3c8Z_|NN&Cy&7yo%%@b}sNzt0Z-eYxt-yV^f*C;fTf`1eES z-w!>1J}>_JdEuYWOa6Xd^!Lk}zhBn<{kq}rw|)P9oc;IX{NEo}|Ngl7@B5>FKhOXB zdEwvh=l_1c{P*YWzd!H({eA!M@Av;i1I2$*&PAz-C8;S2<(VZJ3hti10Sftf3W*B7 ziOCF#KUo;L80r~x7=Qp2V+`yY8tR*xTUy(i#HHHXrMkN7MWySl%=MJ(rA6DMjY2bX z(u0-cWZJ_D^HP)IBjwwzGV=?v5~Cw*Wm|eJbJMa@;-dULC8WeVqzp2WlM-S=yxk;w zTU5hiJ%ZG^dBjB8Rrm$j6kTluIQSS_WQ2shECQX()EphTT0}XuoqXM`9onu0Tx4Ka w$mp{`;N!m2?G#bv7+&QNR_PU4c>CU?Yd7!v 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 literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/logos/build-by-maven-white.png b/waffle-demo-parent/waffle-spring-boot-filter2/images/logos/build-by-maven-white.png new file mode 100644 index 0000000000000000000000000000000000000000..7d44c9c2e5742bdf8649ad282f83208f1da9b982 GIT binary patch literal 2260 zcmV;_2rKuAP)4hTLUyOQ{PVbVY5&Y3g!&hN~bnR7}ZgkXUt ziC%zU0gf+&kEv>t|d$x|zXw1mS0D%1b{8z7DF%0wW-8(XBFc`A3vVI|O z^!N97baWg(eE86zLn4uA_wL=Zb@+UKU|=8sJb3V6XlSUctSl!dhm4xd=KJ^W|8h2q zR4NS%3yX+|NKQ`f?d=7Cf`Wo)&z=E5TU%REQIXYZefjbwRvsQ6zIyfQojZ3l8V#{v zv)R(q)39Vr2GBPsa+apV2%%fIZY3ln0Kl+1Y8c*(xe3X6sWFH9kH*UDDLl)ZN`}u~;f9D%P!A2LK5P2`MQl z(b3TuDUC++_U+qm01k;n!Z1u+TwGjS+}X2d^Yil+3Pn;B-~q z{Qdm_z{kf&EEb1^gw)j3R904!x}#RBj~+c578Vv16olc}xpQZGd;7k9`>@WHD_2M| z{%VB2fNVCK&1U^_rTW_bx`C@MK&%ZR^ybZ*=;&yb zN);0mV>X+~OA`|lRVtNAr7A8i#zL)DyJycHxm+$5izO0?QmM?$%p@6le0*H3R;yI1 z=;-LCrlu1oPI!8HIypHhmCA~Wig|;>WHON!GbSbmcN`jxhJ=GssnlpRR;zVzaF8J4 z>+3sJhW@0w{LH6-`(Afr<9kMWBXoSUM7Dox&JGJtojOI96z3EG z*uH)HWN?qO7x!`hzQnzLg5JL3Ui^ps%X$n4`+YK2S-yNZo>gC8kJmXUC#D?-i_a7IlwdR(Kkw#T>s)<( zJ!ZVTycREBO!{t;H9|r{F#q)FQ_`LjAsBnPnnKk2PZ;V3*7{M#@%jyBNObh|^_fg2 zd|f0I3eTTEPf=83VhUbHWgRft|{%MRRMp6H>seM7wV6&k5Vn7H0DDSDT_wn(;aaUDU zWi%QoiptK;CgqIWB$bwy78Mm?w@oI~&6_tPBO~$kExCLno}10)mX;RGM?^%-PjqOt zTFi(#=@4C7NJmxEVK7l6G0yhEp_Lq9)1fj}S-2%Mdrv$L~tStVt%xVSheDG9e5EX$6J zj8GIMm&=bIKaK;TqoYG05D0}r0!Kqb1E0?q2n1`_uAR{_f0E{OgnR$~y~Sd|+0n_# z2@6L?MsUQ^H0|QzLJoDKqobtlneyk|8`Sp{cp}PUC5RRQ^8?;2;Iss$eWk%*n3$Nr z(73v~e)3}s219#$yTM=(2n6o#?!LahxUO>?H!v`O%bZ*;$Ideh!!Qg0h{fVXix$lf i91DLtEx@rr0RIK2cl{g~?Z1Nn0000}s literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/logos/maven-feather.png b/waffle-demo-parent/waffle-spring-boot-filter2/images/logos/maven-feather.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ada836e9eb4af4db810f648b013933e72c8fbe GIT binary patch literal 3330 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 literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/network-server.png b/waffle-demo-parent/waffle-spring-boot-filter2/images/network-server.png new file mode 100644 index 0000000000000000000000000000000000000000..1d12e1938ac4d8817701a555a97b36a42413ff7f GIT binary patch literal 536 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh0wlLOK8*rWOiAAEE({6J?VYlKJkA1-$YKTt zZXpn6ymYtj4+8_EfTxRNh{R>v^Lzb75+zt4q?_IE(UC6ToMFIeXrjjU_Pbcl8wEu* zmFNogJ4~&tCL!OBSWj@$7M9kE%GC+rI&-8+^}#zUfge$ z%95%FVq)d@YWpHh0*~9IeYCDS=DEjWT6&NB;?38!S{%Af^K0ULzq^XpMf{AfPW9%` z{By-F@#G`{r|bn{ZSl6`PhU_~!26>8WB9W7wxA3jxWq>uP}{$dFi` z{%E$YFs9ZZ#)XBd3yahj7HcdhP@0i0c5-Fei4|q1R+pb%U2$f0$(hxq%c@PLC-F^7 z;+vfzx~NcTNs0RMD#LrH*W5ZZ>(GMCN2iutSY3E&UD>s*_1Cu4-#;|z!_Cdtc6J?G zUUG6}>4z(;KU`e+;r#6P=Vrb?Gxgo+Deq2AczdGv?eU&>7nf}8_Wf{u{fF!8K3rS- z;o6$_*H*v3y88XKb$9o403A6wmUUi^)Rkq4C;QDWElr%4Ewvz5_U@*FYx8|>Z^)aU zBeO7H?&+SoN9z+G?W$goC%33j@%7nxua0&%tapcEij439aV6bJZW8_q7iNx>mKsHKHUXu_VbP0l+XkKAq+)H literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/profiles/pre-release.png b/waffle-demo-parent/waffle-spring-boot-filter2/images/profiles/pre-release.png new file mode 100644 index 0000000000000000000000000000000000000000..d448e850cd3f885844d0c28da7dddf4457e25300 GIT binary patch literal 32607 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 IO1}yIe}jHRegFUf literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/profiles/retired.png b/waffle-demo-parent/waffle-spring-boot-filter2/images/profiles/retired.png new file mode 100644 index 0000000000000000000000000000000000000000..f89f6a29c6b61beafd8d2f729085fbf1d17b0e86 GIT binary patch literal 22003 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 literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/images/profiles/sandbox.png b/waffle-demo-parent/waffle-spring-boot-filter2/images/profiles/sandbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f88b3626761f591fefcb7408ff290b4f48ebe0d9 GIT binary patch literal 33010 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 OGkCiCxvXLW=UkO8ip# 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 B7G?kd literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/img/glyphicons-halflings.png b/waffle-demo-parent/waffle-spring-boot-filter2/img/glyphicons-halflings.png new file mode 100644 index 0000000000000000000000000000000000000000..a9969993201f9cee63cf9f49217646347297b643 GIT binary patch literal 12799 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 literal 0 HcmV?d00001 diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/index.html b/waffle-demo-parent/waffle-spring-boot-filter2/index.html new file mode 100644 index 0000000000..50e464a3ce --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/index.html @@ -0,0 +1,146 @@ + + + + + + + + + + About – waffle-spring-boot-filter2 + + + + + + +

+
+
+ + + +
+
+
+ + +
+
+
+

About waffle-spring-boot-filter2

+

Spring Boot Filter 2 Demo for WAFFLE

+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/issue-management.html b/waffle-demo-parent/waffle-spring-boot-filter2/issue-management.html new file mode 100644 index 0000000000..051012f431 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/issue-management.html @@ -0,0 +1,149 @@ + + + + + + + + + + Issue Management – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Overview

+

This project uses Github to manage its issues.

+

Issue Management

+

Issues, bugs, and feature requests should be submitted to the following issue management system for this project.

+
https://github.com/Waffle/waffle/issues
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/js/apache-maven-fluido-2.0.0-M10.min.js b/waffle-demo-parent/waffle-spring-boot-filter2/js/apache-maven-fluido-2.0.0-M10.min.js new file mode 100644 index 0000000000..819716aba1 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/js/apache-maven-fluido-2.0.0-M10.min.js @@ -0,0 +1,287 @@ +(function(g,p){"object"===typeof module&&"object"===typeof module.exports?module.exports=g.document?p(g,!0):function(g){if(!g.document)throw Error("jQuery requires a window with a document");return p(g)}:p(g)})("undefined"!==typeof window?window:this,function(g,p){function x(a){var b=a.length,e=d.type(a);return"function"===e||d.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===e||0===b||"number"===typeof b&&0b;b+=2)"margin"=== +e&&(u+=d.css(a,e+oa[b],!0,l)),k?("content"===e&&(u-=d.css(a,"padding"+oa[b],!0,l)),"margin"!==e&&(u-=d.css(a,"border"+oa[b]+"Width",!0,l))):(u+=d.css(a,"padding"+oa[b],!0,l),"padding"!==e&&(u+=d.css(a,"border"+oa[b]+"Width",!0,l)));return u}function U(a,b,e){var k=!0,l="width"===b?a.offsetWidth:a.offsetHeight,u=ga(a),c=w.boxSizing&&"border-box"===d.css(a,"boxSizing",!1,u);if(0>=l||null==l){l=pa(a,b,u);if(0>l||null==l)l=a.style[b];if(Ja.test(l))return l;k=c&&(w.boxSizingReliable()||l===a.style[b]); +l=parseFloat(l)||0}return l+S(a,b,e||(c?"border":"content"),k,u)+"px"}function H(a,b,e,d,l){return new H.prototype.init(a,b,e,d,l)}function J(){setTimeout(function(){wa=void 0});return wa=d.now()}function v(a,b){var e,d={height:a},l=0;for(b=b?1:0;4>l;l+=2-b)e=oa[l],d["margin"+e]=d["padding"+e]=a;b&&(d.opacity=d.width=a);return d}function da(a,b,e){for(var d,l=(xa[b]||[]).concat(xa["*"]),c=0,f=l.length;ce&&l)return b;f.resolveWith(a,[h]);return!1}, +h=f.promise({elem:a,props:d.extend({},b),opts:d.extend(!0,{specialEasing:{}},e),originalProperties:b,originalOptions:e,startTime:wa||J(),duration:e.duration,tweens:[],createTween:function(b,e){b=d.Tween(a,h.opts,b,e,h.opts.specialEasing[b]||h.opts.easing);h.tweens.push(b);return b},stop:function(b){var e=0,d=b?h.tweens.length:0;if(k)return this;for(k=!0;ea?this[a+this.length]:this[a]:ba.call(this)},pushStack:function(a){a=d.merge(this.constructor(),a);a.prevObject=this;a.context=this.context;return a},each:function(a,b){return d.each(this,a,b)},map:function(a){return this.pushStack(d.map(this,function(b,e){return a.call(b,e,b)}))},slice:function(){return this.pushStack(ba.apply(this,arguments))},first:function(){return this.eq(0)}, +last:function(){return this.eq(-1)},eq:function(a){var b=this.length;a=+a+(0>a?b:0);return this.pushStack(0<=a&&ae?Math.max(0,d+e):e:0;eF.cacheLength&&delete a[b.shift()];return a[d+" "]=e}var b=[];return a}function k(a){a[Q]=!0;return a}function l(a){var b=I.createElement("div");try{return!!a(b)}catch(ma){return!1}finally{b.parentNode&&b.parentNode.removeChild(b)}}function c(a,b){var d=a.split("|");for(a=a.length;a--;)F.attrHandle[d[a]]=b}function f(a,b){var d=b&&a,e=d&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex|| +-2147483648)-(~a.sourceIndex||-2147483648);if(e)return e;if(d)for(;d=d.nextSibling;)if(d===b)return-1;return a?1:-1}function g(a){return function(b){return"input"===b.nodeName.toLowerCase()&&b.type===a}}function h(a){return function(b){var d=b.nodeName.toLowerCase();return("input"===d||"button"===d)&&b.type===a}}function m(a){return k(function(b){b=+b;return k(function(d,e){for(var k,l=a([],d.length,b),c=l.length;c--;)d[k=l[c]]&&(d[k]=!(e[k]=d[k]))})})}function t(a){return a&&"undefined"!==typeof a.getElementsByTagName&& +a}function n(){}function v(a){for(var b=0,d=a.length,e="";b+~]|[\x20\t\r\n\f])[\x20\t\r\n\f]*/,ta=/=[\x20\t\r\n\f]*([^\]'"]*?)[\x20\t\r\n\f]*\]/g,ua=new RegExp(ia),wa=new RegExp("^"+ka+"$"),ja={ID:/^#((?:\\.|[\w-]|[^\x00-\xa0])+)/,CLASS:/^\.((?:\\.|[\w-]|[^\x00-\xa0])+)/,TAG:new RegExp("^("+"(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+".replace("w","w*")+")"),ATTR:new RegExp("^"+la),PSEUDO:new RegExp("^"+ia), +CHILD:/^:(only|first|last|nth|nth-last)-(child|of-type)(?:\([\x20\t\r\n\f]*(even|odd|(([+-]|)(\d*)n|)[\x20\t\r\n\f]*(?:([+-]|)[\x20\t\r\n\f]*(\d+)|))[\x20\t\r\n\f]*\)|)/i,bool:/^(?:checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)$/i,needsContext:/^[\x20\t\r\n\f]*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\([\x20\t\r\n\f]*((?:-\d)?\d*)[\x20\t\r\n\f]*\)|)(?=[^-]|$)/i},ya=/^(?:input|select|textarea|button)$/i,za=/^h\d$/i,ha= +/^[^{]+\{\s*\[native \w/,Aa=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,na=/[+~]/,Ca=/'|\\/g,qa=/\\([\da-f]{1,6}[\x20\t\r\n\f]?|([\x20\t\r\n\f])|.)/ig,ra=function(a,b,d){a="0x"+b-65536;return a!==a||d?b:0>a?String.fromCharCode(a+65536):String.fromCharCode(a>>10|55296,a&1023|56320)},xa=function(){R()};try{Y.apply(V=Ga.call(E.childNodes),E.childNodes),V[E.childNodes.length].nodeType}catch(T){Y={apply:V.length?function(a,b){La.apply(a,Ga.call(b))}:function(a,b){for(var d=a.length,e=0;a[d++]=b[e++];);a.length= +d-1}}}B=b.support={};G=b.isXML=function(a){return(a=a&&(a.ownerDocument||a).documentElement)?"HTML"!==a.nodeName:!1};R=b.setDocument=function(a){var b=a?a.ownerDocument||a:E;if(b===I||9!==b.nodeType||!b.documentElement)return I;I=b;O=b.documentElement;(a=b.defaultView)&&a!==a.top&&(a.addEventListener?a.addEventListener("unload",xa,!1):a.attachEvent&&a.attachEvent("onunload",xa));H=!G(b);B.attributes=l(function(a){a.className="i";return!a.getAttribute("className")});B.getElementsByTagName=l(function(a){a.appendChild(b.createComment("")); +return!a.getElementsByTagName("*").length});B.getElementsByClassName=ha.test(b.getElementsByClassName);B.getById=l(function(a){O.appendChild(a).id=Q;return!b.getElementsByName||!b.getElementsByName(Q).length});B.getById?(F.find.ID=function(a,b){if("undefined"!==typeof b.getElementById&&H)return(a=b.getElementById(a))&&a.parentNode?[a]:[]},F.filter.ID=function(a){var b=a.replace(qa,ra);return function(a){return a.getAttribute("id")===b}}):(delete F.find.ID,F.filter.ID=function(a){var b=a.replace(qa, +ra);return function(a){return(a="undefined"!==typeof a.getAttributeNode&&a.getAttributeNode("id"))&&a.value===b}});F.find.TAG=B.getElementsByTagName?function(a,b){if("undefined"!==typeof b.getElementsByTagName)return b.getElementsByTagName(a);if(B.qsa)return b.querySelectorAll(a)}:function(a,b){var d=[],e=0;b=b.getElementsByTagName(a);if("*"===a){for(;a=b[e++];)1===a.nodeType&&d.push(a);return d}return b};F.find.CLASS=B.getElementsByClassName&&function(a,b){if(H)return b.getElementsByClassName(a)}; +J=[];r=[];if(B.qsa=ha.test(b.querySelectorAll))l(function(a){O.appendChild(a).innerHTML="\x3ca id\x3d'"+Q+"'\x3e\x3c/a\x3e\x3cselect id\x3d'"+Q+"-\f]' msallowcapture\x3d''\x3e\x3coption selected\x3d''\x3e\x3c/option\x3e\x3c/select\x3e";a.querySelectorAll("[msallowcapture^\x3d'']").length&&r.push("[*^$]\x3d[\\x20\\t\\r\\n\\f]*(?:''|\"\")");a.querySelectorAll("[selected]").length||r.push("\\[[\\x20\\t\\r\\n\\f]*(?:value|checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)"); +a.querySelectorAll("[id~\x3d"+Q+"-]").length||r.push("~\x3d");a.querySelectorAll(":checked").length||r.push(":checked");a.querySelectorAll("a#"+Q+"+*").length||r.push(".#.+[+~]")}),l(function(a){var d=b.createElement("input");d.setAttribute("type","hidden");a.appendChild(d).setAttribute("name","D");a.querySelectorAll("[name\x3dd]").length&&r.push("name[\\x20\\t\\r\\n\\f]*[*^$|!~]?\x3d");a.querySelectorAll(":enabled").length||r.push(":enabled",":disabled");a.querySelectorAll("*,:x");r.push(",.*:")}); +(B.matchesSelector=ha.test(Ba=O.matches||O.webkitMatchesSelector||O.mozMatchesSelector||O.oMatchesSelector||O.msMatchesSelector))&&l(function(a){B.disconnectedMatch=Ba.call(a,"div");Ba.call(a,"[s!\x3d'']:x");J.push("!\x3d",ia)});r=r.length&&new RegExp(r.join("|"));J=J.length&&new RegExp(J.join("|"));va=(a=ha.test(O.compareDocumentPosition))||ha.test(O.contains)?function(a,b){var d=9===a.nodeType?a.documentElement:a;b=b&&b.parentNode;return a===b||!!(b&&1===b.nodeType&&(d.contains?d.contains(b):a.compareDocumentPosition&& +a.compareDocumentPosition(b)&16))}:function(a,b){if(b)for(;b=b.parentNode;)if(b===a)return!0;return!1};ca=a?function(a,d){if(a===d)return x=!0,0;var e=!a.compareDocumentPosition-!d.compareDocumentPosition;if(e)return e;e=(a.ownerDocument||a)===(d.ownerDocument||d)?a.compareDocumentPosition(d):1;return e&1||!B.sortDetached&&d.compareDocumentPosition(a)===e?a===b||a.ownerDocument===E&&va(E,a)?-1:d===b||d.ownerDocument===E&&va(E,d)?1:P?ba(P,a)-ba(P,d):0:e&4?-1:1}:function(a,d){if(a===d)return x=!0,0; +var e=0,k=a.parentNode,l=d.parentNode,c=[a],u=[d];if(!k||!l)return a===b?-1:d===b?1:k?-1:l?1:P?ba(P,a)-ba(P,d):0;if(k===l)return f(a,d);for(;a=a.parentNode;)c.unshift(a);for(a=d;a=a.parentNode;)u.unshift(a);for(;c[e]===u[e];)e++;return e?f(c[e],u[e]):c[e]===E?-1:u[e]===E?1:0};return b};b.matches=function(a,d){return b(a,null,null,d)};b.matchesSelector=function(a,d){(a.ownerDocument||a)!==I&&R(a);d=d.replace(ta,"\x3d'$1']");if(!(!B.matchesSelector||!H||J&&J.test(d)||r&&r.test(d)))try{var e=Ba.call(a, +d);if(e||B.disconnectedMatch||a.document&&11!==a.document.nodeType)return e}catch(Da){}return 0a.nodeType)return!1;return!0},parent:function(a){return!F.pseudos.empty(a)},header:function(a){return za.test(a.nodeName)},input:function(a){return ya.test(a.nodeName)}, +button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:m(function(){return[0]}),last:m(function(a,b){return[b-1]}),eq:m(function(a,b,d){return[0>d?d+b:d]}),even:m(function(a,b){for(var d=0;dd?d+b:d;0<=--b;)a.push(b);return a}),gt:m(function(a,b,d){for(d=0>d?d+b:d;++d(?:<\/\1>|)$/,Gb=/^.[^:#\[\.,]*$/;d.filter=function(a,b,e){var k=b[0];e&&(a=":not("+a+")");return 1===b.length&&1===k.nodeType?d.find.matchesSelector(k,a)?[k]:[]:d.find.matches(a,d.grep(b,function(a){return 1===a.nodeType}))};d.fn.extend({find:function(a){var b,e=[],k=this,l=k.length;if("string"!==typeof a)return this.pushStack(d(a).filter(function(){for(b= +0;b)[^>]*|#([\w-]*))$/;(d.fn.init=function(a,b){var e;if(!a)return this;if("string"=== +typeof a){e="\x3c"===a.charAt(0)&&"\x3e"===a.charAt(a.length-1)&&3<=a.length?[null,a,null]:Vb.exec(a);if(!e||!e[1]&&b)return!b||b.jquery?(b||Ha).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof d?b[0]:b,d.merge(this,d.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:z,!0)),mb.test(e[1])&&d.isPlainObject(b))for(e in b)if(d.isFunction(this[e]))this[e](b[e]);else this.attr(e,b[e])}else{if((b=z.getElementById(e[2]))&&b.parentNode){if(b.id!==e[2])return Ha.find(a);this.length=1;this[0]=b}this.context= +z;this.selector=a}return this}if(a.nodeType)return this.context=this[0]=a,this.length=1,this;if(d.isFunction(a))return"undefined"!==typeof Ha.ready?Ha.ready(a):a(d);void 0!==a.selector&&(this.selector=a.selector,this.context=a.context);return d.makeArray(a,this)}).prototype=d.fn;Ha=d(z);var Wb=/^(?:parents|prev(?:Until|All))/,Xb={children:!0,contents:!0,next:!0,prev:!0};d.extend({dir:function(a,b,e){var k=[];for(a=a[b];a&&9!==a.nodeType&&(void 0===e||1!==a.nodeType||!d(a).is(e));)1===a.nodeType&& +k.push(a),a=a[b];return k},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&d.push(a);return d}});d.fn.extend({has:function(a){var b,e=d(a,this),k=e.length;return this.filter(function(){for(b=0;be.nodeType&&(f?-1p.indexOf(":")&&"on"+p,a=a[d.expando]?a: +new d.Event(p,"object"===typeof a&&a),a.isTrigger=k?2:3,a.namespace=n.join("."),a.namespace_re=a.namespace?new RegExp("(^|\\.)"+n.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,a.result=void 0,a.target||(a.target=e),b=null==b?[a]:d.makeArray(b,[a]),n=d.event.special[p]||{},k||!n.trigger||!1!==n.trigger.apply(e,b))){if(!k&&!n.noBubble&&!d.isWindow(e)){m=n.delegateType||p;nb.test(m+p)||(h=h.parentNode);for(;h;h=h.parentNode)t.push(h),c=h;c===(e.ownerDocument||z)&&t.push(c.defaultView||c.parentWindow||g)}for(v= +0;(h=t[v++])&&!a.isPropagationStopped();)a.type=1]*)\/>/gi,rb=/<([\w:]+)/,sb=/\s*$/g,ca={option:[1,"\x3cselect multiple\x3d'multiple'\x3e","\x3c/select\x3e"],legend:[1,"\x3cfieldset\x3e","\x3c/fieldset\x3e"],area:[1, +"\x3cmap\x3e","\x3c/map\x3e"],param:[1,"\x3cobject\x3e","\x3c/object\x3e"],thead:[1,"\x3ctable\x3e","\x3c/table\x3e"],tr:[2,"\x3ctable\x3e\x3ctbody\x3e","\x3c/tbody\x3e\x3c/table\x3e"],col:[2,"\x3ctable\x3e\x3ctbody\x3e\x3c/tbody\x3e\x3ccolgroup\x3e","\x3c/colgroup\x3e\x3c/table\x3e"],td:[3,"\x3ctable\x3e\x3ctbody\x3e\x3ctr\x3e","\x3c/tr\x3e\x3c/tbody\x3e\x3c/table\x3e"],_default:w.htmlSerialize?[0,"",""]:[1,"X\x3cdiv\x3e","\x3c/div\x3e"]},Za=Aa(z).appendChild(z.createElement("div"));ca.optgroup= +ca.option;ca.tbody=ca.tfoot=ca.colgroup=ca.caption=ca.thead;ca.th=ca.td;d.extend({clone:function(a,b,e){var c,l,f,g,h,m=d.contains(a.ownerDocument,a);w.html5Clone||d.isXMLDoc(a)||!pb.test("\x3c"+a.nodeName+"\x3e")?f=a.cloneNode(!0):(Za.innerHTML=a.outerHTML,Za.removeChild(f=Za.firstChild));if(!(w.noCloneEvent&&w.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||d.isXMLDoc(a)))for(c=N(f),h=N(a),g=0;null!=(l=h[g]);++g)if(c[g]){var n=c[g],t,p=void 0,v;if(1===n.nodeType){t=n.nodeName.toLowerCase();if(!w.noCloneEvent&& +n[d.expando]){v=d._data(n);for(p in v.events)d.removeEvent(n,p,v.handle);n.removeAttribute(d.expando)}if("script"===t&&n.text!==l.text)ia(n).text=l.text,A(n);else if("object"===t)n.parentNode&&(n.outerHTML=l.outerHTML),w.html5Clone&&l.innerHTML&&!d.trim(n.innerHTML)&&(n.innerHTML=l.innerHTML);else if("input"===t&&Ua.test(l.type))n.defaultChecked=n.checked=l.checked,n.value!==l.value&&(n.value=l.value);else if("option"===t)n.defaultSelected=n.selected=l.defaultSelected;else if("input"===t||"textarea"=== +t)n.defaultValue=l.defaultValue}}if(b)if(e)for(h=h||N(a),c=c||N(f),g=0;null!=(l=h[g]);g++)P(l,c[g]);else P(a,f);c=N(f,"script");0e;e++)c[a+oa[e]+b]=d[e]||d[e-2]||d[0];return c}};ub.test(a)||(d.cssHooks[a+b].set=va)});d.fn.extend({css:function(a,b){return sa(this,function(a,b,c){var e,f={},k=0;if(d.isArray(b)){c=ga(a);for(e=b.length;kc)?null:[],g=a?c+1:e.length,h=0>c?g:a?c:0;hc.indexOf(" "+f+" ")&&(c+=f+" ");c=d.trim(c);e.className!==c&&(e.className=c)}return this},removeClass:function(a){var b, +e,c,f,g,h=0,m=this.length;b=0===arguments.length||"string"===typeof a&&a;if(d.isFunction(a))return this.each(function(b){d(this).removeClass(a.call(this,b,this.className))});if(b)for(b=(a||"").match(Y)||[];ha||304===a;if(c){l=t;for(var p=B,I,z,r,D,G=l.contents,K=l.dataTypes;"*"===K[0];)K.shift(),void 0===z&&(z=l.mimeType||p.getResponseHeader("Content-Type"));if(z)for(D in G)if(G[D]&&G[D].test(z)){K.unshift(D);break}if(K[0]in c)r=K[0];else{for(D in c){if(!K[0]||l.converters[D+" "+K[0]]){r=D;break}I||(I=D)}r=r||I}r?(r!==K[0]&&K.unshift(r),l=c[r]):l=void 0}a:{c=t;I=l;z=B;r=e;var P, +O,F,p={},G=c.dataTypes.slice();if(G[1])for(O in c.converters)p[O.toLowerCase()]=c.converters[O];for(D=G.shift();D;)if(c.responseFields[D]&&(z[c.responseFields[D]]=I),!F&&r&&c.dataFilter&&(I=c.dataFilter(I,c.dataType)),F=D,D=G.shift())if("*"===D)D=F;else if("*"!==F&&F!==D){O=p[F+" "+D]||p["* "+D];if(!O)for(P in p)if(l=P.split(" "),l[1]===D&&(O=p[F+" "+l[0]]||p["* "+l[0]])){!0===O?O=p[P]:!0!==p[P]&&(D=l[0],G.unshift(l[1]));break}if(!0!==O)if(O&&c["throws"])I=O(I);else try{I=O(I)}catch(Tb){l={state:"parsererror", +error:O?Tb:"No conversion from "+F+" to "+D};break a}}l={state:"success",data:I}}if(e)t.ifModified&&((u=B.getResponseHeader("Last-Modified"))&&(d.lastModified[g]=u),(u=B.getResponseHeader("etag"))&&(d.etag[g]=u)),204===a||"HEAD"===t.type?u="nocontent":304===a?u="notmodified":(u=l.state,f=l.data,k=l.error,e=!k);else if(k=u,a||!u)u="error",0>a&&(a=0);B.status=a;B.statusText=(b||u)+"";e?w.resolveWith(y,[f,u,B]):w.rejectWith(y,[B,u,k]);B.statusCode(da);da=void 0;n&&C.trigger(e?"ajaxSuccess":"ajaxError", +[B,t,e?f:k]);A.fireWith(y,[B,u]);n&&(C.trigger("ajaxComplete",[B,t]),--d.active||d.event.trigger("ajaxStop"))}}"object"===typeof a&&(b=a,a=void 0);b=b||{};var f,g,h,m,n,v,p,t=d.ajaxSetup({},b),y=t.context||t,C=t.context&&(y.nodeType||y.jquery)?d(y):d.event,w=d.Deferred(),A=d.Callbacks("once memory"),da=t.statusCode||{},I={},z={},L=0,r="canceled",B={readyState:0,getResponseHeader:function(a){var b;if(2===L){if(!p)for(p={};b=rc.exec(h);)p[b[1].toLowerCase()]=b[2];b=p[a.toLowerCase()]}return null==b? +null:b},getAllResponseHeaders:function(){return 2===L?h:null},setRequestHeader:function(a,b){var d=a.toLowerCase();L||(a=z[d]=z[d]||a,I[a]=b);return this},overrideMimeType:function(a){L||(t.mimeType=a);return this},statusCode:function(a){var b;if(a)if(2>L)for(b in a)da[b]=[da[b],a[b]];else B.always(a[B.status]);return this},abort:function(a){a=a||r;v&&v.abort(a);c(0,a);return this}};w.promise(B).complete=A.add;B.success=B.done;B.error=B.fail;t.url=((a||t.url||la)+"").replace(qc,"").replace(tc,ua[1]+ +"//");t.type=b.method||b.type||t.method||t.type;t.dataTypes=d.trim(t.dataType||"*").toLowerCase().match(Y)||[""];null==t.crossDomain&&(a=zb.exec(t.url.toLowerCase()),t.crossDomain=!(!a||a[1]===ua[1]&&a[2]===ua[2]&&(a[3]||("http:"===a[1]?"80":"443"))===(ua[3]||("http:"===ua[1]?"80":"443"))));t.data&&t.processData&&"string"!==typeof t.data&&(t.data=d.param(t.data,t.traditional));D(Ab,t,b,B);if(2===L)return B;(n=d.event&&t.global)&&0===d.active++&&d.event.trigger("ajaxStart");t.type=t.type.toUpperCase(); +t.hasContent=!sc.test(t.type);g=t.url;t.hasContent||(t.data&&(g=t.url+=(db.test(g)?"\x26":"?")+t.data,delete t.data),!1===t.cache&&(t.url=yb.test(g)?g.replace(yb,"$1_\x3d"+cb++):g+(db.test(g)?"\x26":"?")+"_\x3d"+cb++));t.ifModified&&(d.lastModified[g]&&B.setRequestHeader("If-Modified-Since",d.lastModified[g]),d.etag[g]&&B.setRequestHeader("If-None-Match",d.etag[g]));(t.data&&t.hasContent&&!1!==t.contentType||b.contentType)&&B.setRequestHeader("Content-Type",t.contentType);B.setRequestHeader("Accept", +t.dataTypes[0]&&t.accepts[t.dataTypes[0]]?t.accepts[t.dataTypes[0]]+("*"!==t.dataTypes[0]?", "+Bb+"; q\x3d0.01":""):t.accepts["*"]);for(f in t.headers)B.setRequestHeader(f,t.headers[f]);if(t.beforeSend&&(!1===t.beforeSend.call(y,B,t)||2===L))return B.abort();r="abort";for(f in{success:1,error:1,complete:1})B[f](t[f]);if(v=D(Va,t,b,B)){B.readyState=1;n&&C.trigger("ajaxSend",[B,t]);t.async&&0L)c(-1, +F);else throw F;}}else c(-1,"No Transport");return B},getJSON:function(a,b,c){return d.get(a,b,c,"json")},getScript:function(a,b){return d.get(a,void 0,b,"script")}});d.each(["get","post"],function(a,b){d[b]=function(a,c,f,g){d.isFunction(c)&&(g=g||f,f=c,c=void 0);return d.ajax({url:a,type:b,dataType:g,data:c,success:f})}});d._evalUrl=function(a){return d.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})};d.fn.extend({wrapAll:function(a){if(d.isFunction(a))return this.each(function(b){d(this).wrapAll(a.call(this, +b))});if(this[0]){var b=d(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var a=this;a.firstChild&&1===a.firstChild.nodeType;)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return d.isFunction(a)?this.each(function(b){d(this).wrapInner(a.call(this,b))}):this.each(function(){var b=d(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=d.isFunction(a);return this.each(function(c){d(this).wrapAll(b? +a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){d.nodeName(this,"body")||d(this).replaceWith(this.childNodes)}).end()}});d.expr.filters.hidden=function(a){return 0>=a.offsetWidth&&0>=a.offsetHeight||!w.reliableHiddenOffsets()&&"none"===(a.style&&a.style.display||d.css(a,"display"))};d.expr.filters.visible=function(a){return!d.expr.filters.hidden(a)};var uc=/%20/g,Nb=/\[\]$/,Cb=/\r?\n/g,vc=/^(?:submit|button|image|reset|file)$/i,wc=/^(?:input|select|textarea|keygen)/i;d.param= +function(a,b){var c,f=[],g=function(a,b){b=d.isFunction(b)?b():null==b?"":b;f[f.length]=encodeURIComponent(a)+"\x3d"+encodeURIComponent(b)};void 0===b&&(b=d.ajaxSettings&&d.ajaxSettings.traditional);if(d.isArray(a)||a.jquery&&!d.isPlainObject(a))d.each(a,function(){g(this.name,this.value)});else for(c in a)ea(c,a[c],b,g);return f.join("\x26").replace(uc,"+")};d.fn.extend({serialize:function(){return d.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=d.prop(this, +"elements");return a?d.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!d(this).is(":disabled")&&wc.test(this.nodeName)&&!vc.test(a)&&(this.checked||!Ua.test(a))}).map(function(a,b){a=d(this).val();return null==a?null:d.isArray(a)?d.map(a,function(a){return{name:b.name,value:a.replace(Cb,"\r\n")}}):{name:b.name,value:a.replace(Cb,"\r\n")}}).get()}});d.ajaxSettings.xhr=void 0!==g.ActiveXObject?function(){var a;if(!(a=!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&& +La()))a:{try{a=new g.ActiveXObject("Microsoft.XMLHTTP");break a}catch(b){}a=void 0}return a}:La;var xc=0,Ra={},Sa=d.ajaxSettings.xhr();g.attachEvent&&g.attachEvent("onunload",function(){for(var a in Ra)Ra[a](void 0,!0)});w.cors=!!Sa&&"withCredentials"in Sa;(Sa=w.ajax=!!Sa)&&d.ajaxTransport(function(a){if(!a.crossDomain||w.cors){var b;return{send:function(c,f){var e,g=a.xhr(),k=++xc;g.open(a.type,a.url,a.async,a.username,a.password);if(a.xhrFields)for(e in a.xhrFields)g[e]=a.xhrFields[e];a.mimeType&& +g.overrideMimeType&&g.overrideMimeType(a.mimeType);a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)void 0!==c[e]&&g.setRequestHeader(e,c[e]+"");g.send(a.hasContent&&a.data||null);b=function(c,e){var h,l,m;if(b&&(e||4===g.readyState))if(delete Ra[k],b=void 0,g.onreadystatechange=d.noop,e)4!==g.readyState&&g.abort();else{m={};h=g.status;"string"===typeof g.responseText&&(m.text=g.responseText);try{l=g.statusText}catch(Mb){l=""}h||!a.isLocal||a.crossDomain?1223=== +h&&(h=204):h=m.text?200:404}m&&f(h,l,m,g.getAllResponseHeaders())};a.async?4===g.readyState?setTimeout(b):g.onreadystatechange=Ra[k]=b:b()},abort:function(){b&&b(void 0,!0)}}}});d.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){d.globalEval(a);return a}}});d.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1);a.crossDomain&&(a.type="GET", +a.global=!1)});d.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=z.head||d("head")[0]||z.documentElement;return{send:function(d,e){b=z.createElement("script");b.async=!0;a.scriptCharset&&(b.charset=a.scriptCharset);b.src=a.url;b.onload=b.onreadystatechange=function(a,d){if(d||!b.readyState||/loaded|complete/.test(b.readyState))b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,d||e(200,"success")};c.insertBefore(b,c.firstChild)},abort:function(){if(b)b.onload(void 0, +!0)}}}});var Db=[],eb=/(=)\?(?=&|$)|\?\?/;d.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Db.pop()||d.expando+"_"+cb++;this[a]=!0;return a}});d.ajaxPrefilter("json jsonp",function(a,b,c){var e,f,h,m=!1!==a.jsonp&&(eb.test(a.url)?"url":"string"===typeof a.data&&!(a.contentType||"").indexOf("application/x-www-form-urlencoded")&&eb.test(a.data)&&"data");if(m||"jsonp"===a.dataTypes[0])return e=a.jsonpCallback=d.isFunction(a.jsonpCallback)?a.jsonpCallback():a.jsonpCallback,m?a[m]=a[m].replace(eb, +"$1"+e):!1!==a.jsonp&&(a.url+=(db.test(a.url)?"\x26":"?")+a.jsonp+"\x3d"+e),a.converters["script json"]=function(){h||d.error(e+" was not called");return h[0]},a.dataTypes[0]="json",f=g[e],g[e]=function(){h=arguments},c.always(function(){g[e]=f;a[e]&&(a.jsonpCallback=b.jsonpCallback,Db.push(e));h&&d.isFunction(f)&&f(h[0]);h=f=void 0}),"script"});d.parseHTML=function(a,b,c){if(!a||"string"!==typeof a)return null;"boolean"===typeof b&&(c=b,b=!1);b=b||z;var e=mb.exec(a);c=!c&&[];if(e)return[b.createElement(e[1])]; +e=d.buildFragment([a],b,c);c&&c.length&&d(c).remove();return d.merge([],e.childNodes)};var Eb=d.fn.load;d.fn.load=function(a,b,c){if("string"!==typeof a&&Eb)return Eb.apply(this,arguments);var e,f,g,h=this,m=a.indexOf(" ");0<=m&&(e=d.trim(a.slice(m,a.length)),a=a.slice(0,m));d.isFunction(b)?(c=b,b=void 0):b&&"object"===typeof b&&(g="POST");0this.$items.length-1||0>c))return this.sliding?this.$element.one("slid",function(){h.to(c)}):f==c?this.pause().cycle():this.slide(c>f?"next":"prev",g(this.$items[c]))},pause:function(c){c||(this.paused=!0);this.$element.find(".next, .prev").length&&g.support.transition.end&&(this.$element.trigger(g.support.transition.end), +this.cycle(!0));clearInterval(this.interval);this.interval=null;return this},next:function(){if(!this.sliding)return this.slide("next")},prev:function(){if(!this.sliding)return this.slide("prev")},slide:function(c,f){var h=this.$element.find(".item.active"),m=f||h[c]();f=this.interval;var n="next"==c?"left":"right",p="next"==c?"first":"last",r=this;this.sliding=!0;f&&this.pause();m=m.length?m:this.$element.find(".item")[p]();p=g.Event("slide",{relatedTarget:m[0],direction:n});if(!m.hasClass("active")){this.$indicators.length&& +(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var c=g(r.$indicators.children()[r.getActiveIndex()]);c&&c.addClass("active")}));if(g.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(p);if(p.isDefaultPrevented())return;m.addClass(c);m[0].offsetWidth;h.addClass(n);m.addClass(n);this.$element.one(g.support.transition.end,function(){m.removeClass([c,n].join(" ")).addClass("active");h.removeClass(["active",n].join(" "));r.sliding=!1; +setTimeout(function(){r.$element.trigger("slid")},0)})}else{this.$element.trigger(p);if(p.isDefaultPrevented())return;h.removeClass("active");m.addClass("active");this.sliding=!1;this.$element.trigger("slid")}f&&this.cycle();return this}}};var x=g.fn.carousel;g.fn.carousel=function(c){return this.each(function(){var f=g(this),h=f.data("carousel"),m=g.extend({},g.fn.carousel.defaults,"object"==typeof c&&c),n="string"==typeof c?c:m.slide;h||f.data("carousel",h=new p(this,m));if("number"==typeof c)h.to(c); +else if(n)h[n]();else m.interval&&h.pause().cycle()})};g.fn.carousel.defaults={interval:5E3,pause:"hover"};g.fn.carousel.Constructor=p;g.fn.carousel.noConflict=function(){g.fn.carousel=x;return this};g(document).on("click.carousel.data-api","[data-slide], [data-slide-to]",function(c){var f=g(this),h,m=g(f.attr("data-target")||(h=f.attr("href"))&&h.replace(/.*(?=#[^\s]+$)/,""));h=g.extend({},m.data(),f.data());var n;m.carousel(h);(n=f.attr("data-slide-to"))&&m.data("carousel").pause().to(n).cycle(); +c.preventDefault()})}(window.jQuery); +!function(g){var p=function(c,f){this.$element=g(c);this.options=g.extend({},g.fn.collapse.defaults,f);this.options.parent&&(this.$parent=g(this.options.parent));this.options.toggle&&this.toggle()};p.prototype={constructor:p,dimension:function(){return this.$element.hasClass("width")?"width":"height"},show:function(){var c,f,h,m;if(!this.transitioning&&!this.$element.hasClass("in")){c=this.dimension();f=g.camelCase(["scroll",c].join("-"));if((h=this.$parent&&this.$parent.find("\x3e .accordion-group \x3e .in"))&&h.length){if((m= +h.data("collapse"))&&m.transitioning)return;h.collapse("hide");m||h.data("collapse",null)}this.$element[c](0);this.transition("addClass",g.Event("show"),"shown");g.support.transition&&this.$element[c](this.$element[0][f])}},hide:function(){var c;!this.transitioning&&this.$element.hasClass("in")&&(c=this.dimension(),this.reset(this.$element[c]()),this.transition("removeClass",g.Event("hide"),"hidden"),this.$element[c](0))},reset:function(c){var f=this.dimension();this.$element.removeClass("collapse")[f](c|| +"auto")[0].offsetWidth;this.$element[null!==c?"addClass":"removeClass"]("collapse");return this},transition:function(c,f,h){var m=this,n=function(){"show"==f.type&&m.reset();m.transitioning=0;m.$element.trigger(h)};this.$element.trigger(f);f.isDefaultPrevented()||(this.transitioning=1,this.$element[c]("in"),g.support.transition&&this.$element.hasClass("collapse")?this.$element.one(g.support.transition.end,n):n())},toggle:function(){this[this.$element.hasClass("in")?"hide":"show"]()}};var x=g.fn.collapse; +g.fn.collapse=function(c){return this.each(function(){var f=g(this),h=f.data("collapse"),m=g.extend({},g.fn.collapse.defaults,f.data(),"object"==typeof c&&c);h||f.data("collapse",h=new p(this,m));if("string"==typeof c)h[c]()})};g.fn.collapse.defaults={toggle:!0};g.fn.collapse.Constructor=p;g.fn.collapse.noConflict=function(){g.fn.collapse=x;return this};g(document).on("click.collapse.data-api","[data-toggle\x3dcollapse]",function(c){var f=g(this),h;c=f.attr("data-target")||c.preventDefault()||(h= +f.attr("href"))&&h.replace(/.*(?=#[^\s]+$)/,"");h=g(c).data("collapse")?"toggle":f.data();f[g(c).hasClass("in")?"addClass":"removeClass"]("collapsed");g(c).collapse(h)})}(window.jQuery); +!function(g){function p(){g(".dropdown-backdrop").remove();g("[data-toggle\x3ddropdown]").each(function(){x(g(this)).removeClass("open")})}function x(c){var f=c.attr("data-target");f||(f=(f=c.attr("href"))&&/#/.test(f)&&f.replace(/.*(?=#[^\s]*$)/,""));(f=f&&g(f))&&f.length||(f=c.parent());return f}var c=function(c){var f=g(c).on("click.dropdown.data-api",this.toggle);g("html").on("click.dropdown.data-api",function(){f.parent().removeClass("open")})};c.prototype={constructor:c,toggle:function(c){c= +g(this);var f,h;if(!c.is(".disabled, :disabled")){f=x(c);h=f.hasClass("open");p();if(!h){if("ontouchstart"in document.documentElement)g('\x3cdiv class\x3d"dropdown-backdrop"/\x3e').insertBefore(g(this)).on("click",p);f.toggleClass("open")}c.focus();return!1}},keydown:function(c){var f,h,p;if(/(38|40|27)/.test(c.keyCode)&&(f=g(this),c.preventDefault(),c.stopPropagation(),!f.is(".disabled, :disabled"))){h=x(f);p=h.hasClass("open");if(!p||p&&27==c.keyCode)return 27==c.which&&h.find("[data-toggle\x3ddropdown]").focus(), +f.click();f=g("[role\x3dmenu] li:not(.divider):visible a",h);f.length&&(h=f.index(f.filter(":focus")),38==c.keyCode&&0c.left&&(f=-2*c.left,c.left=0,g.offset(c),p=g[0].offsetWidth),this.replaceArrow(f-m+p,p,"left")):this.replaceArrow(r-n,r,"top");x&&g.offset(c)},replaceArrow:function(c,f,g){this.arrow().css(g,c?50*(1-c/f)+"%":"")},setContent:function(){var c=this.tip(),f=this.getTitle();c.find(".tooltip-inner")[this.options.html?"html":"text"](f);c.removeClass("fade in top bottom left right")},hide:function(){function c(){var c= +setTimeout(function(){f.off(g.support.transition.end).detach()},500);f.one(g.support.transition.end,function(){clearTimeout(c);f.detach()})}var f=this.tip(),h=g.Event("hide");this.$element.trigger(h);if(!h.isDefaultPrevented())return f.removeClass("in"),g.support.transition&&this.$tip.hasClass("fade")?c():f.detach(),this.$element.trigger("hidden"),this},fixTitle:function(){var c=this.$element;(c.attr("title")||"string"!=typeof c.attr("data-original-title"))&&c.attr("data-original-title",c.attr("title")|| +"").attr("title","")},hasContent:function(){return this.getTitle()},getPosition:function(){var c=this.$element[0];return g.extend({},"function"==typeof c.getBoundingClientRect?c.getBoundingClientRect():{width:c.offsetWidth,height:c.offsetHeight},this.$element.offset())},getTitle:function(){var c=this.$element,f=this.options;return c.attr("data-original-title")||("function"==typeof f.title?f.title.call(c[0]):f.title)},tip:function(){return this.$tip=this.$tip||g(this.options.template)},arrow:function(){return this.$arrow= +this.$arrow||this.tip().find(".tooltip-arrow")},validate:function(){this.$element[0].parentNode||(this.hide(),this.options=this.$element=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(c){c=c?g(c.currentTarget)[this.type](this._options).data(this.type):this;c.tip().hasClass("in")?c.hide():c.show()},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}};var x=g.fn.tooltip; +g.fn.tooltip=function(c){return this.each(function(){var f=g(this),h=f.data("tooltip"),m="object"==typeof c&&c;h||f.data("tooltip",h=new p(this,m));if("string"==typeof c)h[c]()})};g.fn.tooltip.Constructor=p;g.fn.tooltip.defaults={animation:!0,placement:"top",selector:!1,template:'\x3cdiv class\x3d"tooltip"\x3e\x3cdiv class\x3d"tooltip-arrow"\x3e\x3c/div\x3e\x3cdiv class\x3d"tooltip-inner"\x3e\x3c/div\x3e\x3c/div\x3e',trigger:"hover focus",title:"",delay:0,html:!1,container:!1};g.fn.tooltip.noConflict= +function(){g.fn.tooltip=x;return this}}(window.jQuery); +!function(g){var p=function(c,f){this.init("popover",c,f)};p.prototype=g.extend({},g.fn.tooltip.Constructor.prototype,{constructor:p,setContent:function(){var c=this.tip(),f=this.getTitle(),g=this.getContent();c.find(".popover-title")[this.options.html?"html":"text"](f);c.find(".popover-content")[this.options.html?"html":"text"](g);c.removeClass("fade top bottom left right in")},hasContent:function(){return this.getTitle()||this.getContent()},getContent:function(){var c=this.$element,f=this.options; +return("function"==typeof f.content?f.content.call(c[0]):f.content)||c.attr("data-content")},tip:function(){this.$tip||(this.$tip=g(this.options.template));return this.$tip},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}});var x=g.fn.popover;g.fn.popover=function(c){return this.each(function(){var f=g(this),h=f.data("popover"),m="object"==typeof c&&c;h||f.data("popover",h=new p(this,m));if("string"==typeof c)h[c]()})};g.fn.popover.Constructor=p;g.fn.popover.defaults= +g.extend({},g.fn.tooltip.defaults,{placement:"right",trigger:"click",content:"",template:'\x3cdiv class\x3d"popover"\x3e\x3cdiv class\x3d"arrow"\x3e\x3c/div\x3e\x3ch3 class\x3d"popover-title"\x3e\x3c/h3\x3e\x3cdiv class\x3d"popover-content"\x3e\x3c/div\x3e\x3c/div\x3e'});g.fn.popover.noConflict=function(){g.fn.popover=x;return this}}(window.jQuery); +!function(g){function p(c,f){var h=g.proxy(this.process,this),m=g(c).is("body")?g(window):g(c),n;this.options=g.extend({},g.fn.scrollspy.defaults,f);this.$scrollElement=m.on("scroll.scroll-spy.data-api",h);this.selector=(this.options.target||(n=g(c).attr("href"))&&n.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li \x3e a";this.$body=g("body");this.refresh();this.process()}p.prototype={constructor:p,refresh:function(){var c=this;this.offsets=g([]);this.targets=g([]);this.$body.find(this.selector).map(function(){var f= +g(this),f=f.data("target")||f.attr("href"),h=/^#\w/.test(f)&&g(f);return h&&h.length&&[[h.position().top+(!g.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),f]]||null}).sort(function(c,g){return c[0]-g[0]}).each(function(){c.offsets.push(this[0]);c.targets.push(this[1])})},process:function(){var c=this.$scrollElement.scrollTop()+this.options.offset,f=(this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight)-this.$scrollElement.height(),g=this.offsets,m=this.targets,n=this.activeTarget, +p;if(c>=f)return n!=(p=m.last()[0])&&this.activate(p);for(p=g.length;p--;)n!=m[p]&&c>=g[p]&&(!g[p+1]||c<=g[p+1])&&this.activate(m[p])},activate:function(c){this.activeTarget=c;g(this.selector).parent(".active").removeClass("active");c=g(this.selector+'[data-target\x3d"'+c+'"],'+this.selector+'[href\x3d"'+c+'"]').parent("li").addClass("active");c.parent(".dropdown-menu").length&&(c=c.closest("li.dropdown").addClass("active"));c.trigger("activate")}};var x=g.fn.scrollspy;g.fn.scrollspy=function(c){return this.each(function(){var f= +g(this),h=f.data("scrollspy"),m="object"==typeof c&&c;h||f.data("scrollspy",h=new p(this,m));if("string"==typeof c)h[c]()})};g.fn.scrollspy.Constructor=p;g.fn.scrollspy.defaults={offset:10};g.fn.scrollspy.noConflict=function(){g.fn.scrollspy=x;return this};g(window).on("load",function(){g('[data-spy\x3d"scroll"]').each(function(){var c=g(this);c.scrollspy(c.data())})})}(window.jQuery); +!function(g){var p=function(c){this.element=g(c)};p.prototype={constructor:p,show:function(){var c=this.element,f=c.closest("ul:not(.dropdown-menu)"),h=c.attr("data-target"),m,n;h||(h=(h=c.attr("href"))&&h.replace(/.*(?=#[^\s]*$)/,""));c.parent("li").hasClass("active")||(m=f.find(".active:last a")[0],n=g.Event("show",{relatedTarget:m}),c.trigger(n),n.isDefaultPrevented()||(h=g(h),this.activate(c.parent("li"),f),this.activate(h,h.parent(),function(){c.trigger({type:"shown",relatedTarget:m})})))},activate:function(c, +f,h){function m(){n.removeClass("active").find("\x3e .dropdown-menu \x3e .active").removeClass("active");c.addClass("active");p?(c[0].offsetWidth,c.addClass("in")):c.removeClass("fade");c.parent(".dropdown-menu")&&c.closest("li.dropdown").addClass("active");h&&h()}var n=f.find("\x3e .active"),p=h&&g.support.transition&&n.hasClass("fade");p?n.one(g.support.transition.end,m):m();n.removeClass("in")}};var x=g.fn.tab;g.fn.tab=function(c){return this.each(function(){var f=g(this),h=f.data("tab");h||f.data("tab", +h=new p(this));if("string"==typeof c)h[c]()})};g.fn.tab.Constructor=p;g.fn.tab.noConflict=function(){g.fn.tab=x;return this};g(document).on("click.tab.data-api",'[data-toggle\x3d"tab"], [data-toggle\x3d"pill"]',function(c){c.preventDefault();g(this).tab("show")})}(window.jQuery); +!function(g){var p=function(c,f){this.$element=g(c);this.options=g.extend({},g.fn.typeahead.defaults,f);this.matcher=this.options.matcher||this.matcher;this.sorter=this.options.sorter||this.sorter;this.highlighter=this.options.highlighter||this.highlighter;this.updater=this.options.updater||this.updater;this.source=this.options.source;this.$menu=g(this.options.menu);this.shown=!1;this.listen()};p.prototype={constructor:p,select:function(){var c=this.$menu.find(".active").attr("data-value");this.$element.val(this.updater(c)).change(); +return this.hide()},updater:function(c){return c},show:function(){var c=g.extend({},this.$element.position(),{height:this.$element[0].offsetHeight});this.$menu.insertAfter(this.$element).css({top:c.top+c.height,left:c.left}).show();this.shown=!0;return this},hide:function(){this.$menu.hide();this.shown=!1;return this},lookup:function(c){this.query=this.$element.val();return!this.query||this.query.length=c-n?"bottom":null!=p&&f<=p?"top":!1;this.affixed!==c&&(this.affixed=c,this.unpin="bottom"==c?h.top-f:null,this.$element.removeClass("affix affix-top affix-bottom").addClass("affix"+(c?"-"+c:"")))}};var x=g.fn.affix;g.fn.affix=function(c){return this.each(function(){var f=g(this),h=f.data("affix"),m="object"==typeof c&&c;h||f.data("affix", +h=new p(this,m));if("string"==typeof c)h[c]()})};g.fn.affix.Constructor=p;g.fn.affix.defaults={offset:0};g.fn.affix.noConflict=function(){g.fn.affix=x;return this};g(window).on("load",function(){g('[data-spy\x3d"affix"]').each(function(){var c=g(this),f=c.data();f.offset=f.offset||{};f.offsetBottom&&(f.offset.bottom=f.offsetBottom);f.offsetTop&&(f.offset.top=f.offsetTop);c.affix(f)})})}(window.jQuery);var q=null;window.PR_SHOULD_USE_CONTINUATION=!0; +(function(){function g(c){function f(c){var f=c.charCodeAt(0);if(92!==f)return f;var g=c.charAt(1);return(f=H[g])?f:"0"<=g&&"7">=g?parseInt(c.substring(1),8):"u"===g||"x"===g?parseInt(c.substring(2),16):c.charCodeAt(1)}function g(c){if(32>c)return(16>c?"\\x0":"\\x")+c.toString(16);c=String.fromCharCode(c);if("\\"===c||"-"===c||"["===c||"]"===c)c="\\"+c;return c}function h(c){var h=c.substring(1,c.length-1).match(/\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\[0-3][0-7]{0,2}|\\[0-7]{1,2}|\\[\S\s]|[^\\]/g);c= +[];for(var m=[],n="^"===h[0],p=n?1:0,v=h.length;pr||122r||90r||122v[0]&&(v[1]+1>v[0]&&m.push("-"),m.push(g(v[1])));m.push("]");return m.join("")}function m(c){for(var f=c.source.match(/\[(?:[^\\\]]|\\[\S\s])*]|\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\\d+|\\[^\dux]|\(\?[!:=]|[()^]|[^()[\\^]+/g),g=f.length,m=[],v=0,A=0;v/, +q])):g.push(["com",/^#[^\n\r]*/,q,"#"]));f.cStyleComments&&(h.push(["com",/^\/\/[^\n\r]*/,q]),h.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q]));f.regexLiterals&&h.push(["lang-regex",/^(?:^^\.?|[!+-]|!=|!==|#|%|%=|&|&&|&&=|&=|\(|\*|\*=|\+=|,|-=|->|\/|\/=|:|::|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|[?@[^]|\^=|\^\^|\^\^=|{|\||\|=|\|\||\|\|=|~|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\s*(\/(?=[^*/])(?:[^/[\\]|\\[\S\s]|\[(?:[^\\\]]|\\[\S\s])*(?:]|$))+\/)/]);(m=f.types)&& +h.push(["typ",m]);f=(""+f.keywords).replace(/^ | $/g,"");f.length&&h.push(["kwd",RegExp("^(?:"+f.replace(/[\s,]+/g,"|")+")\\b"),q]);g.push(["pln",/^\s+/,q," \r\n\t "]);h.push(["lit",/^@[$_a-z][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+-]?\d+)?)[a-z]*/i,q,"0123456789"],["pln",/^\\[\S\s]?/,q],["pun",/^.[^\s\w"-$'./@\\`]*/,q]);return c(g,h)}function h(c,f){function g(c){switch(c.nodeType){case 1:if(m.test(c.className))break; +if("BR"===c.nodeName)h(c),c.parentNode&&c.parentNode.removeChild(c);else for(c=c.firstChild;c;c=c.nextSibling)g(c);break;case 3:case 4:if(A){var f=c.nodeValue,r=f.match(p);if(r){var v=f.substring(0,r.index);c.nodeValue=v;(f=f.substring(r.index+r[0].length))&&c.parentNode.insertBefore(n.createTextNode(f),c.nextSibling);h(c);v||c.parentNode.removeChild(c)}}}}function h(c){function f(c,g){g=g?c.cloneNode(!1):c;var h=c.parentNode;if(h){h=f(h,1);c=c.nextSibling;h.appendChild(g);for(var m=c;m;m=c)c=m.nextSibling, +h.appendChild(m)}return g}for(;!c.nextSibling;)if(c=c.parentNode,!c)return;c=f(c.nextSibling,0);for(var g;(g=c.parentNode)&&1===g.nodeType;)c=g;x.push(c)}var m=/(?:^|\s)nocode(?:\s|$)/,p=/\r\n?|\n/,n=c.ownerDocument,r;c.currentStyle?r=c.currentStyle.whiteSpace:window.getComputedStyle&&(r=n.defaultView.getComputedStyle(c,q).getPropertyValue("white-space"));var A=r&&"pre"===r.substring(0,3);for(r=n.createElement("LI");c.firstChild;)r.appendChild(c.firstChild);for(var x=[r],E=0;E=G&&(h+=2);g>=C&&(c+=2)}}catch(Z){"console"in window&&console.log(Z&&Z.stack?Z.stack:Z)}}var r=["break,continue,do,else,for,if,return,while"],E=[[r,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"], +"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],fa=[E,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],aa=[E,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"], +V=[aa,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],E=[E,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],ha=[r,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"], +Aa=[r,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],r=[r,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],N=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,Ta=/\S/,Ia=f({keywords:[fa,V,E,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+ +ha,Aa,r],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),ia={};m(Ia,["default-code"]);m(c([],[["pln",/^[^]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",/^]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]), +"default-markup htm html mxml xhtml xml xsl".split(" "));m(c([["pln",/^\s+/,q," \t\r\n"],["atv",/^(?:"[^"]*"?|'[^']*'?)/,q,"\"'"]],[["tag",/^^<\/?[a-z](?:[\w-.:]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?:[^\s"'/>]|\/(?=\s)))/],["pun",/^[/<->]+/],["lang-js",/^on\w+\s*=\s*"([^"]+)"/i],["lang-js",/^on\w+\s*=\s*'([^']+)'/i],["lang-js",/^on\w+\s*=\s*([^\s"'>]+)/i],["lang-css",/^style\s*=\s*"([^"]+)"/i],["lang-css",/^style\s*=\s*'([^']+)'/i],["lang-css", +/^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);m(c([],[["atv",/^[\S\s]+/]]),["uq.val"]);m(f({keywords:fa,hashComments:!0,cStyleComments:!0,types:N}),"c cc cpp cxx cyc m".split(" "));m(f({keywords:"null,true,false"}),["json"]);m(f({keywords:V,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:N}),["cs"]);m(f({keywords:aa,cStyleComments:!0}),["java"]);m(f({keywords:r,hashComments:!0,multiLineStrings:!0}),["bsh","csh","sh"]);m(f({keywords:ha,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}), +["cv","py"]);m(f({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);m(f({keywords:Aa,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);m(f({keywords:E,cStyleComments:!0,regexLiterals:!0}),["js"]);m(f({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes", +hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);m(c([],[["str",/^[\S\s]+/]]),["regex"]);window.prettyPrintOne=function(c,f,g){var m=document.createElement("PRE");m.innerHTML=c;g&&h(m,g);W({g:f,i:g,h:m});return m.innerHTML};window.prettyPrint=function(c){function f(){for(var g=window.PR_SHOULD_USE_CONTINUATION?x.now()+250:Infinity;A\]./()*\\\n\t\b\v\u00A0]/g,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()};this.hasAnchorJSLink=function(c){var f=c.firstChild&&-1<(" "+c.firstChild.className+" ").indexOf(" anchorjs-link ");c=c.lastChild&&-1<(" "+c.lastChild.className+" ").indexOf(" anchorjs-link ");return f||c||!1}}}); \ No newline at end of file diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/licenses.html b/waffle-demo-parent/waffle-spring-boot-filter2/licenses.html new file mode 100644 index 0000000000..c60bb7a3fc --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/licenses.html @@ -0,0 +1,170 @@ + + + + + + + + + + Project Licenses – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+

Project Licenses

+

MIT

+
MIT License
+
+Copyright (c) ${license.git.copyrightYears} The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/plugin-management.html b/waffle-demo-parent/waffle-spring-boot-filter2/plugin-management.html new file mode 100644 index 0000000000..fed685ff0c --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/plugin-management.html @@ -0,0 +1,330 @@ + + + + + + + + + + Project Plugin Management – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Project Plugin Management

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
com.diffplug.spotlessspotless-maven-plugin2.43.0
com.github.ekryd.sortpomsortpom-maven-plugin4.0.0
com.github.hazendaz.mavencoveralls-maven-plugin4.5.0-M5
com.github.hazendaz.mavendirectory-maven-plugin1.2.0
com.github.hazendaz.mavenhtmlcompressor-maven-plugin1.10.0
com.github.hazendaz.mavenwhitespace-maven-plugin1.4.0
com.github.hazendaz.mavenyuicompressor-maven-plugin2.1.0
com.github.spotbugsspotbugs-maven-plugin4.8.6.6
com.mycilalicense-maven-plugin4.6
io.github.git-commit-idgit-commit-id-maven-plugin9.0.1
net.revelc.codeimpsort-maven-plugin1.12.0
net.revelc.code.formatterformatter-maven-plugin2.24.1
org.apache.maven.pluginsmaven-antrun-plugin3.1.0
org.apache.maven.pluginsmaven-assembly-plugin3.7.1
org.apache.maven.pluginsmaven-checkstyle-plugin3.6.0
org.apache.maven.pluginsmaven-clean-plugin3.4.0
org.apache.maven.pluginsmaven-compiler-plugin3.13.0
org.apache.maven.pluginsmaven-dependency-plugin3.8.1
org.apache.maven.pluginsmaven-deploy-plugin3.1.3
org.apache.maven.pluginsmaven-enforcer-plugin3.5.0
org.apache.maven.pluginsmaven-gpg-plugin3.2.7
org.apache.maven.pluginsmaven-install-plugin3.1.3
org.apache.maven.pluginsmaven-jar-plugin3.4.2
org.apache.maven.pluginsmaven-javadoc-plugin3.11.2
org.apache.maven.pluginsmaven-jxr-plugin3.6.0
org.apache.maven.pluginsmaven-pmd-plugin3.26.0
org.apache.maven.pluginsmaven-project-info-reports-plugin3.8.0
org.apache.maven.pluginsmaven-release-plugin3.1.1
org.apache.maven.pluginsmaven-resources-plugin3.3.1
org.apache.maven.pluginsmaven-scm-plugin2.1.0
org.apache.maven.pluginsmaven-site-plugin3.21.0
org.apache.maven.pluginsmaven-source-plugin3.3.1
org.apache.maven.pluginsmaven-surefire-plugin3.5.2
org.apache.maven.pluginsmaven-surefire-report-plugin3.5.2
org.apache.maven.pluginsmaven-war-plugin3.4.0
org.codehaus.cargocargo-maven3-plugin1.10.16
org.codehaus.mojobuild-helper-maven-plugin3.6.0
org.codehaus.mojotaglist-maven-plugin3.2.1
org.codehaus.mojoversions-maven-plugin2.18.0
org.codehaus.mojowagon-maven-plugin2.0.2
org.gaulmodernizer-maven-plugin3.0.0
org.jacocojacoco-maven-plugin0.8.12
org.openrewrite.mavenrewrite-maven-plugin5.47.3
org.owaspdependency-check-maven11.1.1
org.sonarsource.scanner.mavensonar-maven-plugin5.0.0.4389
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/plugin-updates-report.html b/waffle-demo-parent/waffle-spring-boot-filter2/plugin-updates-report.html new file mode 100644 index 0000000000..a45aa9cd2e --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/plugin-updates-report.html @@ -0,0 +1,2038 @@ + + + + + + + + + + Plugin Updates Report – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Overview

+

This report summarizes newer versions that may be available for your project's various plugins.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
# of plugins using the latest version available35
# of plugins where the next version available is smaller than an incremental version update0
# of plugins where the next version available is an incremental version update0
# of plugins where the next version available is a minor version update1
# of plugins where the next version available is a major version update10
# of plugins where a dependencies section containes a dependency with an updated version2
+

Plugin Management

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StatusGroup IdArtifact IdCurrent VersionLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
com.diffplug.spotlessspotless-maven-plugin2.43.02.44.0.BETA4
com.github.ekryd.sortpomsortpom-maven-plugin4.0.0
com.github.hazendaz.mavencoveralls-maven-plugin4.5.0-M5
com.github.hazendaz.mavendirectory-maven-plugin1.2.0
com.github.hazendaz.mavenhtmlcompressor-maven-plugin1.10.02.1.0
com.github.hazendaz.mavenwhitespace-maven-plugin1.4.0
com.github.hazendaz.mavenyuicompressor-maven-plugin2.1.0
com.github.spotbugsspotbugs-maven-plugin4.8.6.6
com.mycilalicense-maven-plugin4.6
io.github.git-commit-idgit-commit-id-maven-plugin9.0.1
net.revelc.codeimpsort-maven-plugin1.12.0
net.revelc.code.formatterformatter-maven-plugin2.24.1
org.apache.maven.pluginsmaven-antrun-plugin3.1.0
org.apache.maven.pluginsmaven-assembly-plugin3.7.1
org.apache.maven.pluginsmaven-checkstyle-plugin3.6.0
org.apache.maven.pluginsmaven-clean-plugin3.4.04.0.0-beta-1
org.apache.maven.pluginsmaven-compiler-plugin3.13.04.0.0-beta-1
org.apache.maven.pluginsmaven-dependency-plugin3.8.1
org.apache.maven.pluginsmaven-deploy-plugin3.1.34.0.0-beta-1
org.apache.maven.pluginsmaven-enforcer-plugin3.5.0
org.apache.maven.pluginsmaven-gpg-plugin3.2.7
org.apache.maven.pluginsmaven-install-plugin3.1.34.0.0-beta-1
org.apache.maven.pluginsmaven-jar-plugin3.4.24.0.0-beta-1
org.apache.maven.pluginsmaven-javadoc-plugin3.11.2
org.apache.maven.pluginsmaven-jxr-plugin3.6.0
org.apache.maven.pluginsmaven-pmd-plugin3.26.0
org.apache.maven.pluginsmaven-project-info-reports-plugin3.8.0
org.apache.maven.pluginsmaven-release-plugin3.1.1
org.apache.maven.pluginsmaven-resources-plugin3.3.14.0.0-beta-1
org.apache.maven.pluginsmaven-scm-plugin2.1.0
org.apache.maven.pluginsmaven-site-plugin3.21.04.0.0-M16
org.apache.maven.pluginsmaven-source-plugin3.3.14.0.0-beta-1
org.apache.maven.pluginsmaven-surefire-plugin3.5.2
org.apache.maven.pluginsmaven-surefire-report-plugin3.5.2
org.apache.maven.pluginsmaven-war-plugin3.4.0
org.codehaus.cargocargo-maven3-plugin1.10.16
org.codehaus.mojobuild-helper-maven-plugin3.6.0
org.codehaus.mojotaglist-maven-plugin3.2.1
org.codehaus.mojoversions-maven-plugin2.18.0
org.codehaus.mojowagon-maven-plugin2.0.2
org.gaulmodernizer-maven-plugin3.0.0
org.jacocojacoco-maven-plugin0.8.12
org.openrewrite.mavenrewrite-maven-plugin5.47.3
org.owaspdependency-check-maven11.1.1
org.sonarsource.scanner.mavensonar-maven-plugin5.0.0.4389
StatusGroup IdArtifact IdCurrent VersionLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
+

Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StatusGroup IdArtifact IdCurrent VersionLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
org.springframework.bootspring-boot-maven-plugin2.7.183.4.1
StatusGroup IdArtifact IdCurrent VersionLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
+

Plugin Updates

+

-

+

Plugin com.diffplug.spotless:spotless-maven-plugin

+ + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Group Idcom.diffplug.spotless
Artifact Idspotless-maven-plugin
Current Version2.43.0
Newer versions2.44.0.BETA1
2.44.0.BETA2
2.44.0.BETA3
2.44.0.BETA4 Latest Minor
+

Plugin com.github.ekryd.sortpom:sortpom-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.ekryd.sortpom
Artifact Idsortpom-maven-plugin
Current Version4.0.0
+

Plugin com.github.hazendaz.maven:coveralls-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.hazendaz.maven
Artifact Idcoveralls-maven-plugin
Current Version4.5.0-M5
+

Plugin com.github.hazendaz.maven:directory-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.hazendaz.maven
Artifact Iddirectory-maven-plugin
Current Version1.2.0
+

Plugin com.github.hazendaz.maven:htmlcompressor-maven-plugin

+ + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.github.hazendaz.maven
Artifact Idhtmlcompressor-maven-plugin
Current Version1.10.0
Newer versions2.0.0
2.0.1
2.0.2
2.1.0 Latest Major
+

Dependencies of com.github.hazendaz.maven:htmlcompressor-maven-plugin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
com.github.hazendazhtmlcompressor1.9.4jar2.0.2
com.yahoo.platform.yuiyuicompressor2.4.8jar
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
+

Dependency com.github.hazendaz:htmlcompressor

+ + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idcom.github.hazendaz
Artifact Idhtmlcompressor
Current Version1.9.4
Classifier
Typejar
Newer versions2.0.0
2.0.1
2.0.2 Latest Major
+

Dependency com.yahoo.platform.yui:yuicompressor

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.yahoo.platform.yui
Artifact Idyuicompressor
Current Version2.4.8
Classifier
Typejar
+

Plugin com.github.hazendaz.maven:whitespace-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.hazendaz.maven
Artifact Idwhitespace-maven-plugin
Current Version1.4.0
+

Plugin com.github.hazendaz.maven:yuicompressor-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.hazendaz.maven
Artifact Idyuicompressor-maven-plugin
Current Version2.1.0
+

Dependencies of com.github.hazendaz.maven:yuicompressor-maven-plugin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
com.yahoo.platform.yuiyuicompressor2.4.8jar
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
+

Dependency com.yahoo.platform.yui:yuicompressor

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.yahoo.platform.yui
Artifact Idyuicompressor
Current Version2.4.8
Classifier
Typejar
+

Plugin com.github.spotbugs:spotbugs-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.spotbugs
Artifact Idspotbugs-maven-plugin
Current Version4.8.6.6
+

Plugin com.mycila:license-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.mycila
Artifact Idlicense-maven-plugin
Current Version4.6
+

Dependencies of com.mycila:license-maven-plugin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
com.mycilalicense-maven-plugin-git4.6jar
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
+

Dependency com.mycila:license-maven-plugin-git

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.mycila
Artifact Idlicense-maven-plugin-git
Current Version4.6
Classifier
Typejar
+

Plugin io.github.git-commit-id:git-commit-id-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idio.github.git-commit-id
Artifact Idgit-commit-id-maven-plugin
Current Version9.0.1
+

Plugin net.revelc.code:impsort-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idnet.revelc.code
Artifact Idimpsort-maven-plugin
Current Version1.12.0
+

Plugin net.revelc.code.formatter:formatter-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idnet.revelc.code.formatter
Artifact Idformatter-maven-plugin
Current Version2.24.1
+

Dependencies of net.revelc.code.formatter:formatter-maven-plugin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
com.github.hazendazbuild-tools1.4.0jar
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
+

Dependency com.github.hazendaz:build-tools

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idcom.github.hazendaz
Artifact Idbuild-tools
Current Version1.4.0
Classifier
Typejar
+

Plugin org.apache.maven.plugins:maven-antrun-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-antrun-plugin
Current Version3.1.0
+

Plugin org.apache.maven.plugins:maven-assembly-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-assembly-plugin
Current Version3.7.1
+

Plugin org.apache.maven.plugins:maven-checkstyle-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-checkstyle-plugin
Current Version3.6.0
+

Plugin org.apache.maven.plugins:maven-clean-plugin

+ + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.maven.plugins
Artifact Idmaven-clean-plugin
Current Version3.4.0
Newer versions4.0.0-beta-1 Latest Major
+

Plugin org.apache.maven.plugins:maven-compiler-plugin

+ + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.maven.plugins
Artifact Idmaven-compiler-plugin
Current Version3.13.0
Newer versions4.0.0-beta-1 Latest Major
+

Plugin org.apache.maven.plugins:maven-dependency-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-dependency-plugin
Current Version3.8.1
+

Plugin org.apache.maven.plugins:maven-deploy-plugin

+ + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.maven.plugins
Artifact Idmaven-deploy-plugin
Current Version3.1.3
Newer versions4.0.0-beta-1 Latest Major
+

Plugin org.apache.maven.plugins:maven-enforcer-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-enforcer-plugin
Current Version3.5.0
+

Dependencies of org.apache.maven.plugins:maven-enforcer-plugin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
org.codehaus.mojoextra-enforcer-rules1.9.0jar
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
+

Dependency org.codehaus.mojo:extra-enforcer-rules

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.codehaus.mojo
Artifact Idextra-enforcer-rules
Current Version1.9.0
Classifier
Typejar
+

Plugin org.apache.maven.plugins:maven-gpg-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-gpg-plugin
Current Version3.2.7
+

Plugin org.apache.maven.plugins:maven-install-plugin

+ + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.maven.plugins
Artifact Idmaven-install-plugin
Current Version3.1.3
Newer versions4.0.0-beta-1 Latest Major
+

Plugin org.apache.maven.plugins:maven-jar-plugin

+ + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.maven.plugins
Artifact Idmaven-jar-plugin
Current Version3.4.2
Newer versions4.0.0-beta-1 Latest Major
+

Plugin org.apache.maven.plugins:maven-javadoc-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-javadoc-plugin
Current Version3.11.2
+

Plugin org.apache.maven.plugins:maven-jxr-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-jxr-plugin
Current Version3.6.0
+

Plugin org.apache.maven.plugins:maven-pmd-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-pmd-plugin
Current Version3.26.0
+

Plugin org.apache.maven.plugins:maven-project-info-reports-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-project-info-reports-plugin
Current Version3.8.0
+

Plugin org.apache.maven.plugins:maven-release-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-release-plugin
Current Version3.1.1
+

Plugin org.apache.maven.plugins:maven-resources-plugin

+ + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.maven.plugins
Artifact Idmaven-resources-plugin
Current Version3.3.1
Newer versions4.0.0-beta-1 Latest Major
+

Plugin org.apache.maven.plugins:maven-scm-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-scm-plugin
Current Version2.1.0
+

Dependencies of org.apache.maven.plugins:maven-scm-plugin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
org.apache.maven.scmmaven-scm-provider-jgit2.1.0jar
org.eclipse.jgitorg.eclipse.jgit7.1.0.202411261347-rjar
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
+

Dependency org.apache.maven.scm:maven-scm-provider-jgit

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.scm
Artifact Idmaven-scm-provider-jgit
Current Version2.1.0
Classifier
Typejar
+

Dependency org.eclipse.jgit:org.eclipse.jgit

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.eclipse.jgit
Artifact Idorg.eclipse.jgit
Current Version7.1.0.202411261347-r
Classifier
Typejar
+

Plugin org.apache.maven.plugins:maven-site-plugin

+ + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.maven.plugins
Artifact Idmaven-site-plugin
Current Version3.21.0
Newer versions4.0.0-M1
4.0.0-M2
4.0.0-M3
4.0.0-M4
4.0.0-M5
4.0.0-M6
4.0.0-M7
4.0.0-M8
4.0.0-M9
4.0.0-M10
4.0.0-M11
4.0.0-M12
4.0.0-M13
4.0.0-M14
4.0.0-M15
4.0.0-M16 Latest Major
+

Dependencies of org.apache.maven.plugins:maven-site-plugin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
org.apache.maven.doxiadoxia-module-markdown2.0.0jar
org.apache.maven.scmmaven-scm-api2.1.0jar
org.apache.maven.scmmaven-scm-manager-plexus2.1.0jar
org.apache.maven.scmmaven-scm-provider-gitexe2.1.0jar
org.apache.maven.skinsmaven-fluido-skin2.0.1jar
org.apache.maven.wagonwagon-scm3.5.3jar
org.codehaus.plexusplexus-utils4.0.2jar
org.codehaus.plexusplexus-xml3.0.1jar4.0.4
StatusGroup IdArtifact IdCurrent VersionClassifierTypeLatest SubincrementalLatest IncrementalLatest MinorLatest MajorDependency status
+

Dependency org.apache.maven.doxia:doxia-module-markdown

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.doxia
Artifact Iddoxia-module-markdown
Current Version2.0.0
Classifier
Typejar
+

Dependency org.apache.maven.scm:maven-scm-api

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.scm
Artifact Idmaven-scm-api
Current Version2.1.0
Classifier
Typejar
+

Dependency org.apache.maven.scm:maven-scm-manager-plexus

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.scm
Artifact Idmaven-scm-manager-plexus
Current Version2.1.0
Classifier
Typejar
+

Dependency org.apache.maven.scm:maven-scm-provider-gitexe

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.scm
Artifact Idmaven-scm-provider-gitexe
Current Version2.1.0
Classifier
Typejar
+

Dependency org.apache.maven.skins:maven-fluido-skin

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.skins
Artifact Idmaven-fluido-skin
Current Version2.0.1
Classifier
Typejar
+

Dependency org.apache.maven.wagon:wagon-scm

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.wagon
Artifact Idwagon-scm
Current Version3.5.3
Classifier
Typejar
+

Dependency org.codehaus.plexus:plexus-utils

+ + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.codehaus.plexus
Artifact Idplexus-utils
Current Version4.0.2
Classifier
Typejar
+

Dependency org.codehaus.plexus:plexus-xml

+ + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.codehaus.plexus
Artifact Idplexus-xml
Current Version3.0.1
Classifier
Typejar
Newer versions4.0.0
4.0.1
4.0.2
4.0.3
4.0.4 Latest Major
+

Plugin org.apache.maven.plugins:maven-source-plugin

+ + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.apache.maven.plugins
Artifact Idmaven-source-plugin
Current Version3.3.1
Newer versions4.0.0-beta-1 Latest Major
+

Plugin org.apache.maven.plugins:maven-surefire-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-surefire-plugin
Current Version3.5.2
+

Plugin org.apache.maven.plugins:maven-surefire-report-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-surefire-report-plugin
Current Version3.5.2
+

Plugin org.apache.maven.plugins:maven-war-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.apache.maven.plugins
Artifact Idmaven-war-plugin
Current Version3.4.0
+

Plugin org.codehaus.cargo:cargo-maven3-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.codehaus.cargo
Artifact Idcargo-maven3-plugin
Current Version1.10.16
+

Plugin org.codehaus.mojo:build-helper-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.codehaus.mojo
Artifact Idbuild-helper-maven-plugin
Current Version3.6.0
+

Plugin org.codehaus.mojo:taglist-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.codehaus.mojo
Artifact Idtaglist-maven-plugin
Current Version3.2.1
+

Plugin org.codehaus.mojo:versions-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.codehaus.mojo
Artifact Idversions-maven-plugin
Current Version2.18.0
+

Plugin org.codehaus.mojo:wagon-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.codehaus.mojo
Artifact Idwagon-maven-plugin
Current Version2.0.2
+

Plugin org.gaul:modernizer-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.gaul
Artifact Idmodernizer-maven-plugin
Current Version3.0.0
+

Plugin org.jacoco:jacoco-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.jacoco
Artifact Idjacoco-maven-plugin
Current Version0.8.12
+

Plugin org.openrewrite.maven:rewrite-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.openrewrite.maven
Artifact Idrewrite-maven-plugin
Current Version5.47.3
+

Plugin org.owasp:dependency-check-maven

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.owasp
Artifact Iddependency-check-maven
Current Version11.1.1
+

Plugin org.sonarsource.scanner.maven:sonar-maven-plugin

+ + + + + + + + + + + + +
Status No newer versions available.
Group Idorg.sonarsource.scanner.maven
Artifact Idsonar-maven-plugin
Current Version5.0.0.4389
+

Plugin org.springframework.boot:spring-boot-maven-plugin

+ + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Group Idorg.springframework.boot
Artifact Idspring-boot-maven-plugin
Current Version2.7.18
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/plugins.html b/waffle-demo-parent/waffle-spring-boot-filter2/plugins.html new file mode 100644 index 0000000000..79994e7b46 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/plugins.html @@ -0,0 +1,308 @@ + + + + + + + + + + Project Plugins – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
com.diffplug.spotlessspotless-maven-plugin2.43.0
com.github.ekryd.sortpomsortpom-maven-plugin4.0.0
com.github.hazendaz.mavendirectory-maven-plugin1.2.0
com.github.hazendaz.mavenwhitespace-maven-plugin1.4.0
com.github.spotbugsspotbugs-maven-plugin4.8.6.6
com.mycilalicense-maven-plugin4.6
io.github.git-commit-idgit-commit-id-maven-plugin9.0.1
net.revelc.codeimpsort-maven-plugin1.12.0
net.revelc.code.formatterformatter-maven-plugin2.24.1
org.apache.maven.pluginsmaven-checkstyle-plugin3.6.0
org.apache.maven.pluginsmaven-clean-plugin3.4.0
org.apache.maven.pluginsmaven-compiler-plugin3.13.0
org.apache.maven.pluginsmaven-deploy-plugin3.1.3
org.apache.maven.pluginsmaven-enforcer-plugin3.5.0
org.apache.maven.pluginsmaven-gpg-plugin3.2.7
org.apache.maven.pluginsmaven-install-plugin3.1.3
org.apache.maven.pluginsmaven-jar-plugin3.4.2
org.apache.maven.pluginsmaven-javadoc-plugin3.11.2
org.apache.maven.pluginsmaven-pmd-plugin3.26.0
org.apache.maven.pluginsmaven-resources-plugin3.3.1
org.apache.maven.pluginsmaven-site-plugin3.21.0
org.apache.maven.pluginsmaven-source-plugin3.3.1
org.apache.maven.pluginsmaven-surefire-plugin3.5.2
org.gaulmodernizer-maven-plugin3.0.0
org.jacocojacoco-maven-plugin0.8.12
org.openrewrite.mavenrewrite-maven-plugin5.47.3
org.springframework.bootspring-boot-maven-plugin2.7.18
+

Project Report Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
com.github.spotbugsspotbugs-maven-plugin4.8.6.6
org.apache.maven.pluginsmaven-checkstyle-plugin3.6.0
org.apache.maven.pluginsmaven-javadoc-plugin3.11.2
org.apache.maven.pluginsmaven-jxr-plugin3.6.0
org.apache.maven.pluginsmaven-pmd-plugin3.26.0
org.apache.maven.pluginsmaven-project-info-reports-plugin3.8.0
org.apache.maven.pluginsmaven-surefire-report-plugin3.5.2
org.codehaus.mojotaglist-maven-plugin3.2.1
org.codehaus.mojoversions-maven-plugin2.18.0
org.jacocojacoco-maven-plugin0.8.12
org.owaspdependency-check-maven11.1.1
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/pmd.html b/waffle-demo-parent/waffle-spring-boot-filter2/pmd.html new file mode 100644 index 0000000000..99f5fbe791 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/pmd.html @@ -0,0 +1,146 @@ + + + + + + + + + + PMD Results – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

PMD Results

+

The following document contains the results of PMD 7.7.0.

+

PMD found no problems in your source code.

+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/project-info.html b/waffle-demo-parent/waffle-spring-boot-filter2/project-info.html new file mode 100644 index 0000000000..401d170844 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/project-info.html @@ -0,0 +1,190 @@ + + + + + + + + + + Project Information – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
CI ManagementThis document lists the continuous integration management system of this project for building and testing code on a frequent, regular basis.
DependenciesThis document lists the project's dependencies and provides information on each dependency.
Maven CoordinatesThis document describes how to include this project as a dependency using various dependency management tools.
Dependency ManagementThis document lists the dependencies that are defined through dependencyManagement.
Distribution ManagementThis document provides informations on the distribution management of this project.
AboutSpring Boot Filter 2 Demo for WAFFLE
Issue ManagementThis document provides information on the issue management system used in this project.
LicensesThis document lists the project license(s).
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
PluginsThis document lists the build plugins and the report plugins used by this project.
Source Code ManagementThis document lists ways to access the online source repository.
SummaryThis document lists other related information of this project
TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/project-reports.html b/waffle-demo-parent/waffle-spring-boot-filter2/project-reports.html new file mode 100644 index 0000000000..1c3d38dca0 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/project-reports.html @@ -0,0 +1,186 @@ + + + + + + + + + + Generated Reports – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Generated Reports

+

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
CheckstyleReport on coding style conventions.
JavadocJavadoc API documentation.
Source XrefHTML based, cross-reference version of Java source code.
CPDDuplicate code detection.
PMDVerification of coding rules.
SurefireReport on the test results of the project.
SpotBugsGenerates a source code report with the SpotBugs Library.
Dependency Updates ReportProvides details of the dependencies which have updated versions available.
Plugin Updates ReportProvides details of the plugins used by this project which have newer versions available.
Property Updates ReportProvides details of properties which control versions of dependencies and/or plugins, and indicates any newer versions which are available.
Tag ListReport on various tags found in the code.
dependency-check:aggregateGenerates an aggregate report of all child Maven projects providing details on any published vulnerabilities within project dependencies. This report is a best effort and may contain false positives and false negatives.
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/property-updates-report.html b/waffle-demo-parent/waffle-spring-boot-filter2/property-updates-report.html new file mode 100644 index 0000000000..4fb11309a2 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/property-updates-report.html @@ -0,0 +1,2902 @@ + + + + + + + + + + Property Updates Report – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Overview

+

This report summarizes newer versions that may be available for your project's various properties associated with artifacts.

+ + + + + + + + + + + + + + + + + + + + + +
# of properties using the latest version available54
# of properties where the next version available is smaller than an incremental version update0
# of properties where the next version available is an incremental version update1
# of properties where the next version available is a minor version update2
# of properties where the next version available is a major version update15
+

Summary of properties associated with artifact versions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StatusPropertyCurrent VersionLatest SubincrementalLatest IncrementalLatest MinorLatest Major
${antrun.plugin}3.1.0
${assembly.plugin}3.7.1
${assertj.version}3.27.0
${build-helper.plugin}3.6.0
${build-tools.version}1.4.0
${byte-buddy.version}1.15.11
${caffeine.version}3.1.8
${cargo.plugin}1.10.16
${checkstyle.plugin}3.6.0
${checkstyle.version}10.21.1
${clean.plugin}3.4.04.0.0-beta-1
${commons-math.version}3.6.1
${compiler.plugin}3.13.04.0.0-beta-1
${coveralls.plugin}4.5.0-M5
${dependency-check.plugin}11.1.1
${dependency.plugin}3.8.1
${deploy.plugin}3.1.34.0.0-beta-1
${directory.plugin}1.2.0
${doxia.version}2.0.0
${enforcer.plugin}3.5.0
${error-prone.version}2.36.0
${extra-enforcer-rules.version}1.9.0
${fluido.version}2.0.1
${formatter.plugin}2.24.1
${git-commit-id.plugin}9.0.1
${gpg.plugin}3.2.7
${htmlcompressor.plugin}1.10.02.1.0
${htmlcompressor.version}1.9.42.0.2
${impsort.plugin}1.12.0
${install.plugin}3.1.34.0.0-beta-1
${j2objc.version}3.0.0
${jacoco.plugin}0.8.12
${jar.plugin}3.4.24.0.0-beta-1
${javadoc.plugin}3.11.2
${jgit.version}7.1.0.202411261347-r7.1.0.202411261347-r
${jmh.version}1.37
${jmockit.version}1.55.0
${jopt-simple.version}5.0.46.0-alpha-3
${junit.version}5.11.4
${jxr.plugin}3.6.0
${license.plugin}4.6
${logback.version}1.5.15
${modernizer.plugin}3.0.0
${plexus-utils.version}4.0.2
${plexus-xml.version}3.0.14.0.4
${pmd.plugin}3.26.0
${project-info-reports.plugin}3.8.0
${release.plugin}3.1.1
${resources.plugin}3.3.14.0.0-beta-1
${rewrite.plugin}5.47.3
${scm.plugin}2.1.0
${scm.version}2.1.0
${servlet.version}4.0.46.1.0
${site.plugin}3.21.04.0.0-M16
${slf4j.version}1.7.361.8.0-beta42.1.0-alpha1
${sonar.plugin}5.0.0.4389
${sortpom.plugin}4.0.0
${source.plugin}3.3.14.0.0-beta-1
${spotbugs.plugin}4.8.6.6
${spotbugs.version}4.8.6
${spotless.plugin}2.43.02.44.0.BETA4
${spring-boot.version}2.7.183.4.1
${spring-security.version}5.8.166.4.2
${surefire.plugin}3.5.2
${taglist.plugin}3.2.1
${versions.plugin}2.18.0
${wagon.plugin}2.0.2
${wagon.version}3.5.3
${war.plugin}3.4.0
${whitespace.plugin}1.4.0
${yuicompressor.plugin}2.1.0
${yuicompressor.version}2.4.8
StatusPropertyCurrent VersionLatest SubincrementalLatest IncrementalLatest MinorLatest Major
+

Properties associated with artifact versions

+

-

+

${antrun.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${antrun.plugin}
Associated artifactsorg.apache.maven.plugins:maven-antrun-plugin
Current Version3.1.0
Allowed version range3.1.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${assembly.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${assembly.plugin}
Associated artifactsorg.apache.maven.plugins:maven-assembly-plugin
Current Version3.7.1
Allowed version range3.7.1
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${assertj.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${assertj.version}
Associated artifactsorg.assertj:assertj-core
Current Version3.27.0
Allowed version range3.27.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${build-helper.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${build-helper.plugin}
Associated artifactsorg.codehaus.mojo:build-helper-maven-plugin
Current Version3.6.0
Allowed version range3.6.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${build-tools.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${build-tools.version}
Associated artifactscom.github.hazendaz:build-tools
Current Version1.4.0
Allowed version range1.4.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${byte-buddy.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${byte-buddy.version}
Associated artifactsnet.bytebuddy:byte-buddy
net.bytebuddy:byte-buddy-agent
Current Version1.15.11
Allowed version range1.15.11
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${caffeine.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${caffeine.version}
Associated artifactscom.github.ben-manes.caffeine:caffeine
Current Version3.1.8
Allowed version range3.1.8
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${cargo.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${cargo.plugin}
Associated artifactsorg.codehaus.cargo:cargo-maven3-plugin
Current Version1.10.16
Allowed version range1.10.16
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${checkstyle.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${checkstyle.plugin}
Associated artifactsorg.apache.maven.plugins:maven-checkstyle-plugin
Current Version3.6.0
Allowed version range3.6.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${checkstyle.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${checkstyle.version}
Associated artifactscom.puppycrawl.tools:checkstyle
Current Version10.21.1
Allowed version range10.21.1
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${clean.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${clean.plugin}
Associated artifactsorg.apache.maven.plugins:maven-clean-plugin
Current Version3.4.0
Newer versions4.0.0-beta-1 Latest Major
Allowed version range3.4.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${commons-math.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${commons-math.version}
Associated artifactsorg.apache.commons:commons-math3
Current Version3.6.1
Allowed version range3.6.1
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${compiler.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${compiler.plugin}
Associated artifactsorg.apache.maven.plugins:maven-compiler-plugin
Current Version3.13.0
Newer versions4.0.0-beta-1 Latest Major
Allowed version range3.13.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${coveralls.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${coveralls.plugin}
Associated artifactscom.github.hazendaz.maven:coveralls-maven-plugin
Current Version4.5.0-M5
Allowed version range4.5.0-M5
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${dependency-check.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${dependency-check.plugin}
Associated artifactsorg.owasp:dependency-check-maven
Current Version11.1.1
Allowed version range11.1.1
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${dependency.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${dependency.plugin}
Associated artifactsorg.apache.maven.plugins:maven-dependency-plugin
Current Version3.8.1
Allowed version range3.8.1
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${deploy.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${deploy.plugin}
Associated artifactsorg.apache.maven.plugins:maven-deploy-plugin
Current Version3.1.3
Newer versions4.0.0-beta-1 Latest Major
Allowed version range3.1.3
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${directory.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${directory.plugin}
Associated artifactscom.github.hazendaz.maven:directory-maven-plugin
Current Version1.2.0
Allowed version range1.2.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${doxia.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${doxia.version}
Associated artifactsorg.apache.maven.doxia:doxia-module-markdown
Current Version2.0.0
Allowed version range2.0.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${enforcer.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${enforcer.plugin}
Associated artifactsorg.apache.maven.plugins:maven-enforcer-plugin
Current Version3.5.0
Allowed version range3.5.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${error-prone.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${error-prone.version}
Associated artifactscom.google.errorprone:error_prone_annotations
Current Version2.36.0
Allowed version range2.36.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${extra-enforcer-rules.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${extra-enforcer-rules.version}
Associated artifactsorg.codehaus.mojo:extra-enforcer-rules
Current Version1.9.0
Allowed version range1.9.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${fluido.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${fluido.version}
Associated artifactsorg.apache.maven.skins:maven-fluido-skin
Current Version2.0.1
Allowed version range2.0.1
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${formatter.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${formatter.plugin}
Associated artifactsnet.revelc.code.formatter:formatter-maven-plugin
Current Version2.24.1
Allowed version range2.24.1
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${git-commit-id.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${git-commit-id.plugin}
Associated artifactsio.github.git-commit-id:git-commit-id-maven-plugin
Current Version9.0.1
Allowed version range9.0.1
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${gpg.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${gpg.plugin}
Associated artifactsorg.apache.maven.plugins:maven-gpg-plugin
Current Version3.2.7
Allowed version range3.2.7
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${htmlcompressor.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${htmlcompressor.plugin}
Associated artifactscom.github.hazendaz.maven:htmlcompressor-maven-plugin
Current Version1.10.0
Newer versions2.0.0
2.0.1
2.0.2
2.1.0 Latest Major
Allowed version range1.10.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${htmlcompressor.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${htmlcompressor.version}
Associated artifactscom.github.hazendaz:htmlcompressor
Current Version1.9.4
Newer versions2.0.0
2.0.1
2.0.2 Latest Major
Allowed version range1.9.4
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${impsort.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${impsort.plugin}
Associated artifactsnet.revelc.code:impsort-maven-plugin
Current Version1.12.0
Allowed version range1.12.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${install.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${install.plugin}
Associated artifactsorg.apache.maven.plugins:maven-install-plugin
Current Version3.1.3
Newer versions4.0.0-beta-1 Latest Major
Allowed version range3.1.3
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${j2objc.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${j2objc.version}
Associated artifactscom.google.j2objc:j2objc-annotations
Current Version3.0.0
Allowed version range3.0.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${jacoco.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${jacoco.plugin}
Associated artifactsorg.jacoco:jacoco-maven-plugin
Current Version0.8.12
Allowed version range0.8.12
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${jar.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${jar.plugin}
Associated artifactsorg.apache.maven.plugins:maven-jar-plugin
Current Version3.4.2
Newer versions4.0.0-beta-1 Latest Major
Allowed version range3.4.2
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${javadoc.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${javadoc.plugin}
Associated artifactsorg.apache.maven.plugins:maven-javadoc-plugin
Current Version3.11.2
Allowed version range3.11.2
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${jgit.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer incremental version available. Incremental updates are typically passive.
Property${jgit.version}
Associated artifactsorg.eclipse.jgit:org.eclipse.jgit
Current Version7.1.0.202411261347-r
Allowed version range7.1.0.202411261347-r
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${jmh.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${jmh.version}
Associated artifactsorg.openjdk.jmh:jmh-core
org.openjdk.jmh:jmh-generator-annprocess
Current Version1.37
Allowed version range1.37
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${jmockit.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${jmockit.version}
Associated artifactscom.github.hazendaz.jmockit:jmockit
Current Version1.55.0
Allowed version range1.55.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${jopt-simple.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${jopt-simple.version}
Associated artifactsnet.sf.jopt-simple:jopt-simple
Current Version5.0.4
Newer versions6.0-alpha-1
6.0-alpha-2
6.0-alpha-3 Latest Major
Allowed version range5.0.4
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${junit.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${junit.version}
Associated artifactsorg.junit.jupiter:junit-jupiter-engine
Current Version5.11.4
Allowed version range5.11.4
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${jxr.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${jxr.plugin}
Associated artifactsorg.apache.maven.plugins:maven-jxr-plugin
Current Version3.6.0
Allowed version range3.6.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${license.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${license.plugin}
Associated artifactscom.mycila:license-maven-plugin
com.mycila:license-maven-plugin-git
Current Version4.6
Allowed version range4.6
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${logback.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${logback.version}
Associated artifactsch.qos.logback:logback-classic
Current Version1.5.15
Allowed version range1.5.15
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${modernizer.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${modernizer.plugin}
Associated artifactsorg.gaul:modernizer-maven-plugin
Current Version3.0.0
Allowed version range3.0.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${plexus-utils.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${plexus-utils.version}
Associated artifactsorg.codehaus.plexus:plexus-utils
Current Version4.0.2
Allowed version range4.0.2
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${plexus-xml.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${plexus-xml.version}
Associated artifactsorg.codehaus.plexus:plexus-xml
Current Version3.0.1
Newer versions4.0.0
4.0.1
4.0.2
4.0.3
4.0.4 Latest Major
Allowed version range3.0.1
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${pmd.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${pmd.plugin}
Associated artifactsorg.apache.maven.plugins:maven-pmd-plugin
Current Version3.26.0
Allowed version range3.26.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${project-info-reports.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${project-info-reports.plugin}
Associated artifactsorg.apache.maven.plugins:maven-project-info-reports-plugin
Current Version3.8.0
Allowed version range3.8.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${release.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${release.plugin}
Associated artifactsorg.apache.maven.plugins:maven-release-plugin
Current Version3.1.1
Allowed version range3.1.1
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${resources.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${resources.plugin}
Associated artifactsorg.apache.maven.plugins:maven-resources-plugin
Current Version3.3.1
Newer versions4.0.0-beta-1 Latest Major
Allowed version range3.3.1
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${rewrite.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${rewrite.plugin}
Associated artifactsorg.openrewrite.maven:rewrite-maven-plugin
Current Version5.47.3
Allowed version range5.47.3
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${scm.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${scm.plugin}
Associated artifactsorg.apache.maven.plugins:maven-scm-plugin
org.apache.maven.scm:maven-scm-provider-jgit
Current Version2.1.0
Allowed version range2.1.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${scm.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${scm.version}
Associated artifactsorg.apache.maven.scm:maven-scm-api
org.apache.maven.scm:maven-scm-manager-plexus
org.apache.maven.scm:maven-scm-provider-gitexe
Current Version2.1.0
Allowed version range2.1.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${servlet.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${servlet.version}
Associated artifactsjakarta.servlet:jakarta.servlet-api
Current Version4.0.4
Newer versions5.0.0-M1
5.0.0-M2
5.0.0
6.0.0
6.1.0-M1
6.1.0-M2
6.1.0 Latest Major
Allowed version range4.0.4
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${site.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${site.plugin}
Associated artifactsorg.apache.maven.plugins:maven-site-plugin
Current Version3.21.0
Newer versions4.0.0-M1
4.0.0-M2
4.0.0-M3
4.0.0-M4
4.0.0-M5
4.0.0-M6
4.0.0-M7
4.0.0-M8
4.0.0-M9
4.0.0-M10
4.0.0-M11
4.0.0-M12
4.0.0-M13
4.0.0-M14
4.0.0-M15
4.0.0-M16 Latest Major
Allowed version range3.21.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${slf4j.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Property${slf4j.version}
Associated artifactsorg.slf4j:slf4j-simple
Current Version1.7.36
Newer versions1.8.0-alpha0
1.8.0-alpha1
1.8.0-alpha2
1.8.0-beta0
1.8.0-beta1
1.8.0-beta2
1.8.0-beta4 Latest Minor
2.0.0-alpha0
2.0.0-alpha1
2.0.0-alpha2
2.0.0-alpha3
2.0.0-alpha4
2.0.0-alpha5
2.0.0-alpha6
2.0.0-alpha7
2.0.0-beta0
2.0.0-beta1
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.16
2.1.0-alpha0
2.1.0-alpha1 Latest Major
Allowed version range1.7.36
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${sonar.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${sonar.plugin}
Associated artifactsorg.sonarsource.scanner.maven:sonar-maven-plugin
Current Version5.0.0.4389
Allowed version range5.0.0.4389
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${sortpom.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${sortpom.plugin}
Associated artifactscom.github.ekryd.sortpom:sortpom-maven-plugin
Current Version4.0.0
Allowed version range4.0.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${source.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${source.plugin}
Associated artifactsorg.apache.maven.plugins:maven-source-plugin
Current Version3.3.1
Newer versions4.0.0-beta-1 Latest Major
Allowed version range3.3.1
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${spotbugs.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${spotbugs.plugin}
Associated artifactscom.github.spotbugs:spotbugs-maven-plugin
Current Version4.8.6.6
Allowed version range4.8.6.6
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${spotbugs.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${spotbugs.version}
Associated artifactscom.github.spotbugs:spotbugs-annotations
Current Version4.8.6
Allowed version range4.8.6
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${spotless.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer minor version available. Minor updates are sometimes passive.
Property${spotless.plugin}
Associated artifactscom.diffplug.spotless:spotless-maven-plugin
Current Version2.43.0
Newer versions2.44.0.BETA1
2.44.0.BETA2
2.44.0.BETA3
2.44.0.BETA4 Latest Minor
Allowed version range2.43.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${spring-boot.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${spring-boot.version}
Associated artifactsorg.springframework.boot:spring-boot-maven-plugin
Current Version2.7.18
Newer versions3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.0.11
3.0.12
3.0.13
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.11
3.1.12
3.2.0
3.2.1
3.2.2
3.2.3
3.2.4
3.2.5
3.2.6
3.2.7
3.2.8
3.2.9
3.2.10
3.2.11
3.2.12
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.4.0
3.4.1 Latest Major
Allowed version range2.7.18
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${spring-security.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status There is at least one newer major version available. Major updates are rarely passive.
Property${spring-security.version}
Associated artifactsorg.springframework.security:spring-security-bom
Current Version5.8.16
Newer versions6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.8
6.1.0
6.1.1
6.1.2
6.1.3
6.1.4
6.1.5
6.1.6
6.1.7
6.1.8
6.1.9
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.3.0
6.3.1
6.3.2
6.3.3
6.3.4
6.3.5
6.3.6
6.4.0
6.4.1
6.4.2 Latest Major
Allowed version range5.8.16
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${surefire.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${surefire.plugin}
Associated artifactsorg.apache.maven.plugins:maven-surefire-plugin
org.apache.maven.plugins:maven-surefire-report-plugin
Current Version3.5.2
Allowed version range3.5.2
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${taglist.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${taglist.plugin}
Associated artifactsorg.codehaus.mojo:taglist-maven-plugin
Current Version3.2.1
Allowed version range3.2.1
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${versions.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${versions.plugin}
Associated artifactsorg.codehaus.mojo:versions-maven-plugin
Current Version2.18.0
Allowed version range2.18.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${wagon.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${wagon.plugin}
Associated artifactsorg.codehaus.mojo:wagon-maven-plugin
Current Version2.0.2
Allowed version range2.0.2
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${wagon.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${wagon.version}
Associated artifactsorg.apache.maven.wagon:wagon-scm
Current Version3.5.3
Allowed version range3.5.3
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${war.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${war.plugin}
Associated artifactsorg.apache.maven.plugins:maven-war-plugin
Current Version3.4.0
Allowed version range3.4.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${whitespace.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${whitespace.plugin}
Associated artifactscom.github.hazendaz.maven:whitespace-maven-plugin
Current Version1.4.0
Allowed version range1.4.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${yuicompressor.plugin}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${yuicompressor.plugin}
Associated artifactscom.github.hazendaz.maven:yuicompressor-maven-plugin
Current Version2.1.0
Allowed version range2.1.0
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+

${yuicompressor.version}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Status No newer versions available.
Property${yuicompressor.version}
Associated artifactscom.yahoo.platform.yui:yuicompressor
Current Version2.4.8
Allowed version range2.4.8
Infer associations from projectYes
Only use release versionsNo
Include projects from reactorYes
Always use reactor projects (even if older or -SNAPSHOT)Yes
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/scm.html b/waffle-demo-parent/waffle-spring-boot-filter2/scm.html new file mode 100644 index 0000000000..408ecc1096 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/scm.html @@ -0,0 +1,157 @@ + + + + + + + + + + Source Code Management – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Overview

+

This project uses Git to manage its source code. Instructions on Git use can be found at https://git-scm.com/doc.

+

Web Browser Access

+

The following is a link to a browsable version of the source repository:

+
https://github.com/Waffle/waffle
+

Anonymous Access

+

The source can be checked out anonymously from Git with this command (See https://git-scm.com/docs/git-clone):

+
$ git clone --branch waffle-3.5.1 ssh://git@github.com/waffle/waffle.git
+

Developer Access

+

Only project developers can access the Git tree via this method (See https://git-scm.com/docs/git-clone).

+
$ git clone --branch waffle-3.5.1 ssh://git@github.com/waffle/waffle.git
+

Access from Behind a Firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/spotbugs.html b/waffle-demo-parent/waffle-spring-boot-filter2/spotbugs.html new file mode 100644 index 0000000000..a300dc7d6a --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/spotbugs.html @@ -0,0 +1,188 @@ + + + + + + + + + + SpotBugs Bug Detector Report – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

SpotBugs Bug Detector Report

+

The following document contains the results of SpotBugs

+

SpotBugs Version is 4.8.6

+

Threshold is medium

+

Effort is

+

Summary

+ + + + + + + + + + +
ClassesBugsErrorsMissing Classes
4202
+

Files

+ + + + + + +
ClassBugs
waffle.spring.boot.demo.SecurityConfig2
+

waffle.spring.boot.demo.SecurityConfig

+ + + + + + + + + + + + + + + + + + +
BugCategoryDetailsLinePriority
new waffle.spring.boot.demo.SecurityConfig(NegotiateSecurityFilter, NegotiateSecurityFilterEntryPoint) may expose internal representation by storing an externally mutable object into SecurityConfig.entryPointMALICIOUS_CODEEI_EXPOSE_REP257Medium
new waffle.spring.boot.demo.SecurityConfig(NegotiateSecurityFilter, NegotiateSecurityFilterEntryPoint) may expose internal representation by storing an externally mutable object into SecurityConfig.filterMALICIOUS_CODEEI_EXPOSE_REP256Medium
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/summary.html b/waffle-demo-parent/waffle-spring-boot-filter2/summary.html new file mode 100644 index 0000000000..b2a17faec5 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/summary.html @@ -0,0 +1,190 @@ + + + + + + + + + + Project Summary – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Project Summary

+

Project Information

+ + + + + + + + + + + + +
FieldValue
Namewaffle-spring-boot-filter2
DescriptionSpring Boot Filter 2 Demo for WAFFLE
Homepagehttps://waffle.github.io/waffle/
+

Project Organization

+ + + + + + + + + +
FieldValue
Namecom.github.waffle
URLhttps://github.com/waffle/
+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdcom.github.waffle.demo
ArtifactIdwaffle-spring-boot-filter2
Version3.5.1
Typejar
Java Version11
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/surefire.html b/waffle-demo-parent/waffle-spring-boot-filter2/surefire.html new file mode 100644 index 0000000000..7d04817725 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/surefire.html @@ -0,0 +1,180 @@ + + + + + + + + + + Surefire Report – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+ + +
+

Surefire Report

+

Summary


+ + + + + + + + + + + + + + +
TestsErrorsFailuresSkippedSuccess RateTime
00000%0 s

+

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/taglist.html b/waffle-demo-parent/waffle-spring-boot-filter2/taglist.html new file mode 100644 index 0000000000..b491b4c7f7 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/taglist.html @@ -0,0 +1,163 @@ + + + + + + + + + + Tag List report – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Tag List Report

+

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

+ + + + + + + + + + + + + + + + +
Tag ClassTotal number of occurrencesTag strings used by tag class
Deprecated Work0@deprecated
FIXME Work0fixme, @fixme
Todo Work0todo, @todo
+

Each tag is detailed below:

+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/team.html b/waffle-demo-parent/waffle-spring-boot-filter2/team.html new file mode 100644 index 0000000000..4b3bb99c3b --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/team.html @@ -0,0 +1,191 @@ + + + + + + + + + + Project Team – waffle-spring-boot-filter2 + + + + + + + +
+
+ + + +
+
+
+ + +
+
+
+

Project Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + + + + + + + + + + + +
ImageIdNameEmailURLOrganizationOrganization URLRolesTime Zone
dblockDaniel Doubrovkinedblock@dblock.orghttps://github.com/dblock/dblockhttp://code.dblock.orgArchitect, Developer-5
+

Contributors

+

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

+ + + + + + + + + + + + + + + + + + +
ImageNameEmailURLOrganizationOrganization URLRolesTime Zone
Jeremy Landisjeremylandis@hotmail.comhttps://www.linkedin.com/in/jeremy-landis-548b2719hazendazhttps://github.com/hazendazDeveloper-5
+
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/xref/allclasses-frame.html b/waffle-demo-parent/waffle-spring-boot-filter2/xref/allclasses-frame.html new file mode 100644 index 0000000000..35e8fea8bb --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/xref/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + + + All Classes + + + +

All Classes

+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/xref/index.html b/waffle-demo-parent/waffle-spring-boot-filter2/xref/index.html new file mode 100644 index 0000000000..c10fed643c --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/xref/index.html @@ -0,0 +1,75 @@ + + + + + + + waffle-spring-boot-filter2 3.5.1 Reference + + + + + + + + + + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/xref/overview-frame.html b/waffle-demo-parent/waffle-spring-boot-filter2/xref/overview-frame.html new file mode 100644 index 0000000000..211489c8cb --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/xref/overview-frame.html @@ -0,0 +1,24 @@ + + + + + + + waffle-spring-boot-filter2 3.5.1 Reference + + + +

waffle-spring-boot-filter2 3.5.1 Reference

+ +
+

Packages

+ +
+

 

+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/xref/overview-summary.html b/waffle-demo-parent/waffle-spring-boot-filter2/xref/overview-summary.html new file mode 100644 index 0000000000..a77327fd5b --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/xref/overview-summary.html @@ -0,0 +1,92 @@ + + + + + + + waffle-spring-boot-filter2 3.5.1 Reference + + + +
+ + + + +
waffle-spring-boot-filter2 3.5.1 Reference
+
+ + +
+

waffle-spring-boot-filter2 3.5.1 Reference

+
+
+ + + + + + + + + + + + +
Packages 
Package
+ waffle.spring.boot.demo +
+
+ +
+ + + + +
waffle-spring-boot-filter2 3.5.1 Reference
+
+ + + + + \ No newline at end of file diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/xref/stylesheet.css b/waffle-demo-parent/waffle-spring-boot-filter2/xref/stylesheet.css new file mode 100644 index 0000000000..84d4b28eda --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/xref/stylesheet.css @@ -0,0 +1,626 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} + +/* JXR style sheet */ +a.jxr_linenumber:link { + color: #00f; +} + +a.jxr_linenumber:visited { + color: #00a; +} + +a.jxr_linenumber:active, a.jxr_linenumber:hover { + color: #f30 !important; +} + +em.comment { + color: #390; +} + +.string { + color: #009; +} + +#overview { + padding: 2px; + font-size: 90%; + font-family: Helvetica, Arial, sans-serif; +} + +hr { + color: #000; +} + +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +} + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/Application.html b/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/Application.html new file mode 100644 index 0000000000..b6958d2473 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/Application.html @@ -0,0 +1,59 @@ + + + +Application xref + + + +
+1   /*
+2    * MIT License
+3    *
+4    * Copyright (c) 2010-2024 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors
+5    *
+6    * Permission is hereby granted, free of charge, to any person obtaining a copy
+7    * of this software and associated documentation files (the "Software"), to deal
+8    * in the Software without restriction, including without limitation the rights
+9    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+10   * copies of the Software, and to permit persons to whom the Software is
+11   * furnished to do so, subject to the following conditions:
+12   *
+13   * The above copyright notice and this permission notice shall be included in all
+14   * copies or substantial portions of the Software.
+15   *
+16   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+17   * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+18   * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+19   * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+20   * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+21   * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+22   * SOFTWARE.
+23   */
+24  package waffle.spring.boot.demo;
+25  
+26  import org.springframework.boot.SpringApplication;
+27  import org.springframework.boot.autoconfigure.SpringBootApplication;
+28  
+29  /**
+30   * This is a Spring Boot demo application that configures the WAFFLE Spring Boot Starter to use Negotiate single sign
+31   * on.
+32   */
+33  @SpringBootApplication
+34  public class Application {
+35  
+36      /**
+37       * Spring boot main entry point.
+38       *
+39       * @param args
+40       *            arguments passed into spring boot application.
+41       */
+42      public static void main(final String[] args) {
+43          SpringApplication.run(Application.class, args);
+44      }
+45  
+46  }
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/DemoController.html b/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/DemoController.html new file mode 100644 index 0000000000..2eebeecea4 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/DemoController.html @@ -0,0 +1,66 @@ + + + +DemoController xref + + + +
+1   /*
+2    * MIT License
+3    *
+4    * Copyright (c) 2010-2024 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors
+5    *
+6    * Permission is hereby granted, free of charge, to any person obtaining a copy
+7    * of this software and associated documentation files (the "Software"), to deal
+8    * in the Software without restriction, including without limitation the rights
+9    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+10   * copies of the Software, and to permit persons to whom the Software is
+11   * furnished to do so, subject to the following conditions:
+12   *
+13   * The above copyright notice and this permission notice shall be included in all
+14   * copies or substantial portions of the Software.
+15   *
+16   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+17   * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+18   * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+19   * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+20   * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+21   * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+22   * SOFTWARE.
+23   */
+24  package waffle.spring.boot.demo;
+25  
+26  import java.util.stream.Collectors;
+27  
+28  import org.springframework.security.core.Authentication;
+29  import org.springframework.security.core.GrantedAuthority;
+30  import org.springframework.web.bind.annotation.GetMapping;
+31  import org.springframework.web.bind.annotation.RestController;
+32  
+33  /**
+34   * Spring Boot Demo Rest Controller.
+35   */
+36  @RestController
+37  public class DemoController {
+38  
+39      /**
+40       * Spring Boot Demo Get Mapper.
+41       *
+42       * @param auth
+43       *            security authentication object
+44       *
+45       * @return response text
+46       */
+47      @GetMapping
+48      public String demo(final Authentication auth) {
+49          return String.format("Hello, %s. You have authorities: %s", auth.getPrincipal(),
+50                  auth.getAuthorities().stream().map(GrantedAuthority::getAuthority).collect(Collectors.joining(", ")));
+51      }
+52  
+53  }
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/SecurityConfig.html b/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/SecurityConfig.html new file mode 100644 index 0000000000..dd12253e5e --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/SecurityConfig.html @@ -0,0 +1,81 @@ + + + +SecurityConfig xref + + + +
+1   /*
+2    * MIT License
+3    *
+4    * Copyright (c) 2010-2024 The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors
+5    *
+6    * Permission is hereby granted, free of charge, to any person obtaining a copy
+7    * of this software and associated documentation files (the "Software"), to deal
+8    * in the Software without restriction, including without limitation the rights
+9    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+10   * copies of the Software, and to permit persons to whom the Software is
+11   * furnished to do so, subject to the following conditions:
+12   *
+13   * The above copyright notice and this permission notice shall be included in all
+14   * copies or substantial portions of the Software.
+15   *
+16   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+17   * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+18   * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+19   * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+20   * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+21   * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+22   * SOFTWARE.
+23   */
+24  package waffle.spring.boot.demo;
+25  
+26  import org.springframework.context.annotation.Bean;
+27  import org.springframework.context.annotation.Configuration;
+28  import org.springframework.security.config.annotation.web.builders.HttpSecurity;
+29  import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
+30  import org.springframework.security.web.SecurityFilterChain;
+31  import org.springframework.security.web.authentication.www.BasicAuthenticationFilter;
+32  
+33  import waffle.spring.NegotiateSecurityFilter;
+34  import waffle.spring.NegotiateSecurityFilterEntryPoint;
+35  
+36  /**
+37   * Demo Spring Boot Security configuration that configures the Negotiate filter to require authentication for all
+38   * requests.
+39   */
+40  @Configuration
+41  @EnableWebSecurity
+42  public class SecurityConfig {
+43  
+44      private NegotiateSecurityFilter filter;
+45      private NegotiateSecurityFilterEntryPoint entryPoint;
+46  
+47      /**
+48       * Autowire constructor injects bean auto-configured by Starter.
+49       *
+50       * @param filter
+51       *            the filter
+52       * @param entryPoint
+53       *            the entry point
+54       */
+55      public SecurityConfig(final NegotiateSecurityFilter filter, final NegotiateSecurityFilterEntryPoint entryPoint) {
+56          this.filter = filter;
+57          this.entryPoint = entryPoint;
+58      }
+59  
+60      @Bean
+61      SecurityFilterChain filterChain(final HttpSecurity http) throws Exception {
+62          http.authorizeHttpRequests(requests -> requests.anyRequest().authenticated())
+63                  .addFilterBefore(filter, BasicAuthenticationFilter.class)
+64                  .exceptionHandling(handling -> handling.authenticationEntryPoint(entryPoint));
+65          return http.build();
+66      }
+67  
+68  }
+
+
+ + + diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/package-frame.html b/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/package-frame.html new file mode 100644 index 0000000000..19f61a5cc9 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/package-frame.html @@ -0,0 +1,27 @@ + + + + + + + waffle-spring-boot-filter2 3.5.1 Reference Package waffle.spring.boot.demo + + + +

waffle.spring.boot.demo

+
+

Classes

+ +
+ + \ No newline at end of file diff --git a/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/package-summary.html b/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/package-summary.html new file mode 100644 index 0000000000..106eccf125 --- /dev/null +++ b/waffle-demo-parent/waffle-spring-boot-filter2/xref/waffle/spring/boot/demo/package-summary.html @@ -0,0 +1,117 @@ + + + + + + + waffle-spring-boot-filter2 3.5.1 Reference Package waffle.spring.boot.demo + + + + +
+ + + + +
waffle-spring-boot-filter2 3.5.1 Reference
+
+ + +
+

Package waffle.spring.boot.demo

+
+
+ +
+ +
+ + + + +
waffle-spring-boot-filter2 3.5.1 Reference
+
+ + + + + \ No newline at end of file