Skip to content

Commit 983edbc

Browse files
authored
Merge branch 'develop' into dependabot/maven/org.eclipse.angus-angus-mail-2.0.5
2 parents 29e0aa9 + 57258ca commit 983edbc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

exist-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<dependency>
170170
<groupId>org.bouncycastle</groupId>
171171
<artifactId>bcprov-jdk18on</artifactId>
172-
<version>1.81</version>
172+
<version>1.82</version>
173173
</dependency>
174174

175175
<dependency>

exist-parent/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<junit.jupiter.version>5.13.4</junit.jupiter.version>
130130
<easymock.version>5.6.0</easymock.version>
131131
<objenesis.version>3.4</objenesis.version>
132-
<assertj.version>3.27.4</assertj.version>
132+
<assertj.version>3.27.6</assertj.version>
133133
<awaitility.version>4.3.0</awaitility.version>
134134
<junit.toolbox.version>2.4</junit.toolbox.version>
135135
<hamcrest.version>3.0</hamcrest.version>
@@ -408,7 +408,7 @@
408408
<dependency>
409409
<groupId>org.apache.commons</groupId>
410410
<artifactId>commons-lang3</artifactId>
411-
<version>3.18.0</version>
411+
<version>3.19.0</version>
412412
</dependency>
413413

414414
<dependency>
@@ -636,7 +636,7 @@
636636
<plugin>
637637
<groupId>org.owasp</groupId>
638638
<artifactId>dependency-check-maven</artifactId>
639-
<version>12.1.3</version>
639+
<version>12.1.6</version>
640640
<configuration>
641641
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
642642
<!-- The OSS Index Server (https://ossindex.sonatype.org) can sometimes be flaky -->
@@ -695,7 +695,7 @@
695695
<plugin>
696696
<groupId>org.apache.maven.plugins</groupId>
697697
<artifactId>maven-compiler-plugin</artifactId>
698-
<version>3.14.0</version>
698+
<version>3.14.1</version>
699699
<configuration>
700700
<encoding>${project.build.sourceEncoding}</encoding>
701701
<annotationProcessorPaths>
@@ -757,7 +757,7 @@
757757
<plugin>
758758
<groupId>org.apache.maven.plugins</groupId>
759759
<artifactId>maven-javadoc-plugin</artifactId>
760-
<version>3.11.3</version>
760+
<version>3.12.0</version>
761761
<configuration>
762762
<source>${maven.compiler.release}</source>
763763
<archive>
@@ -887,7 +887,7 @@
887887
<plugin>
888888
<groupId>org.codehaus.mojo</groupId>
889889
<artifactId>versions-maven-plugin</artifactId>
890-
<version>2.19.0</version>
890+
<version>2.19.1</version>
891891
</plugin>
892892
<plugin>
893893
<groupId>org.apache.maven.plugins</groupId>

extensions/modules/mail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</scm>
4747

4848
<properties>
49-
<jakarta.mail-api.version>2.1.4</jakarta.mail-api.version>
49+
<jakarta.mail-api.version>2.1.5</jakarta.mail-api.version>
5050
<eclipse.angus-mail.version>2.0.5</eclipse.angus-mail.version>
5151
<jakarta.activation-api.version>2.1.4</jakarta.activation-api.version>
5252
<greenmail.version>2.1.5</greenmail.version>

0 commit comments

Comments
 (0)