Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the maven-minor group across 1 directory with 14 updates #501

Closed
wants to merge 1 commit into from
Closed
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
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<maven.compiler.release>21</maven.compiler.release>
<maven.dependency.myfaces.version>4.0.2</maven.dependency.myfaces.version>
<maven.dependency.imageio.version>3.12.0</maven.dependency.imageio.version>
<maven.dependency.jdbi3.version>3.46.0</maven.dependency.jdbi3.version>
<maven.dependency.flyway.version>10.20.0</maven.dependency.flyway.version>
<maven.dependency.jdbi3.version>3.47.0</maven.dependency.jdbi3.version>
<maven.dependency.flyway.version>10.21.0</maven.dependency.flyway.version>
<maven.dependency.log4j.version>2.24.1</maven.dependency.log4j.version>
<maven.dependency.sentry.version>7.15.0</maven.dependency.sentry.version>
<maven.dependency.sentry.version>7.18.0</maven.dependency.sentry.version>
<maven.dependency.junit.version>5.11.3</maven.dependency.junit.version>
<maven.dependency.mockito.version>5.14.2</maven.dependency.mockito.version>

Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
<scope>provided</scope>
</dependency>
<!-- Jakarta EL API (provided by Tomcat) -->
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>14.0.6</version>
<version>14.0.7</version>
<classifier>jakarta</classifier>
</dependency>
<!-- Optional dependency of PrimeFaces (required for DataExporter (PDF)) -->
Expand All @@ -116,7 +116,7 @@
<dependency>
<groupId>software.xdev</groupId>
<artifactId>chartjs-java-model</artifactId>
<version>2.3.1</version>
<version>2.4.0</version>
</dependency>
<!-- Optional dependency of PrimeFaces (required for TextEditor) -->
<dependency>
Expand Down Expand Up @@ -180,13 +180,13 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</dependency>
<!-- Connection pool -->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>6.0.0</version>
<version>6.2.1</version>
</dependency>
<!-- JDBC wrapper -->
<dependency>
Expand Down Expand Up @@ -415,7 +415,7 @@
<!-- Runs linter on Java sources to check code style -->
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<configuration>
<configLocation>src/main/conf/checkstyle-config.xml</configLocation>
<consoleOutput>false</consoleOutput>
Expand All @@ -436,7 +436,7 @@
<!-- Runs tests before build -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
<!-- Specifies WebARchive configuration -->
<plugin>
Expand Down Expand Up @@ -495,7 +495,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.17.1</version>
<version>2.18.0</version>
<configuration>
<processUnboundPlugins>true</processUnboundPlugins>
<ruleSet>
Expand All @@ -509,7 +509,7 @@
<!-- Provides commands to check a dependency tree -->
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</plugin>
<!-- Provides commands to check for duplicate classes across dependencies -->
<plugin>
Expand Down