Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integration-tests/jakarta-ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<arquillian.graphene.version>3.0.1.Final</arquillian.graphene.version>
<drone.browser>firefox</drone.browser>

<payara.version>7.2026.6</payara.version>
<payara.version>7.2026.7</payara.version>
<payara.start.skip>${skipITs}</payara.start.skip>
<asadmin.cmd>asadmin</asadmin.cmd>
<unix-sed-skip>${payara.start.skip}</unix-sed-skip>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.flowlogix.depchain</groupId>
<artifactId>integration-test</artifactId>
<version>127</version>
<version>128</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jaxrs/openliberty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.12.0</version>
<version>3.12.1</version>
<configuration>
<serverName>shiro-its-jaxrs-openliberty</serverName>
<features>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
<hsqldb.version>2.7.4</hsqldb.version>
<jcache.api.version>1.1.1</jcache.api.version>
<jdk.version>17</jdk.version>
<tomcat.version>11.0.23</tomcat.version>
<tomcat.version>11.0.24</tomcat.version>
<jakarta.ee.version>11.0.0</jakarta.ee.version>
<jetty.version>12.1.10</jetty.version>
<jetty.version>12.1.11</jetty.version>
<owasp.java.encoder.version>1.4.0</owasp.java.encoder.version>
<!-- Don't change this version without also changing the shiro-quartz and shiro-features
modules' OSGi metadata: -->
Expand All @@ -119,18 +119,18 @@
<spring-boot.version>4.1.0</spring-boot.version>
<guice.version>7.0.0</guice.version>
<jaxrs.api.version>4.0.0</jaxrs.api.version>
<htmlunit.version>5.2.0</htmlunit.version>
<bouncycastle.version>1.84</bouncycastle.version>
<htmlunit.version>5.3.0</htmlunit.version>
<bouncycastle.version>1.85</bouncycastle.version>

<!-- Test 3rd-party dependencies: -->
<easymock.version>5.6.0</easymock.version>
<mockito.version>5.23.0</mockito.version>
<bytebuddy.version>1.18.11</bytebuddy.version>
<gmaven.version>5.1.0</gmaven.version>
<groovy.version>5.0.7</groovy.version>
<junit.version>6.1.1</junit.version>
<junit.version>6.1.2</junit.version>
<junit.server.jetty.version>3.5.0</junit.server.jetty.version>
<hibernate.version>7.4.4.Final</hibernate.version>
<hibernate.version>7.4.5.Final</hibernate.version>
<taglibs.standard.version>1.2.5</taglibs.standard.version>
<lombok.version>1.18.46</lombok.version>

Expand Down Expand Up @@ -413,7 +413,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>5.0.0</version>
<version>5.1.1</version>
<configuration>
<aggregate>true</aggregate>
<header>${root.dir}/src/license/header.txt</header>
Expand Down Expand Up @@ -527,7 +527,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>13.7.0</version>
<version>13.9.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -1123,12 +1123,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.5.37</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.37</version>
<version>1.6.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 0 additions & 4 deletions src/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@
<module name="JavadocVariable">
<property name="accessModifiers" value=""/>
</module>
<module name="JavadocStyle">
<property name="checkFirstSentence" value="false"/>
<property name="checkHtml" value="false"/>
</module>

<module name="TrailingComment"/>

Expand Down
2 changes: 1 addition & 1 deletion support/jakarta-ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.omnifaces</groupId>
<artifactId>omnifaces</artifactId>
<version>5.3.4</version>
<version>5.4.3</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down
Loading