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
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ updates:
# Shiro 2.x jars are already Java 11 bytecode; freeze automated bumps.
- dependency-name: "org.apache.shiro*"
- dependency-name: "org.apache.shiro:*"
# Bouncy Castle `jdk18on` 1.78+ is Java 11 bytecode; we pin the
# `jdk15to18` line via <bc.version> in the root pom (Java 5 bytecode).
# Block Dependabot from re-bundling the wrong artifact line.
- dependency-name: "org.bouncycastle*"
- dependency-name: "org.bouncycastle:*"
# Jackrabbit 2.21+ is Java 11 (2.20.x is last Java 8 line we track).
- dependency-name: "org.apache.jackrabbit*"
- dependency-name: "org.apache.jackrabbit:*"
Expand Down
10 changes: 5 additions & 5 deletions WebUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,23 +434,23 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk18on</artifactId>
<artifactId>bcmail-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk18on</artifactId>
<artifactId>bcpg-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<artifactId>bcpkix-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<artifactId>bcprov-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bctls-jdk18on</artifactId>
<artifactId>bctls-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion deliverytiersuite/delivery-tier-suite/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>${bc.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions modules/CMLight-Main-cactus-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,15 +281,15 @@
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk18on</artifactId>
<artifactId>bcmail-jdk15to18</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<artifactId>bcprov-jdk15to18</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk18on</artifactId>
<artifactId>bcpg-jdk15to18</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion modules/perc-security-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<artifactId>bcprov-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>org.jasypt</groupId>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<axis.version>1.4.1</axis.version>
<axiscore.version>1.4.2</axiscore.version>
<batik.version>1.19</batik.version>
<bc.version>1.83</bc.version>
<bc.version>1.85</bc.version>
<build.helper.maven.plugin.version>3.6.1</build.helper.maven.plugin.version>
<build.profile.id>dev</build.profile.id>
<buildId>0</buildId>
Expand Down Expand Up @@ -1958,27 +1958,27 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk18on</artifactId>
<artifactId>bcmail-jdk15to18</artifactId>
<version>${bc.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk18on</artifactId>
<artifactId>bcpg-jdk15to18</artifactId>
<version>${bc.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>${bc.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>${bc.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bctls-jdk18on</artifactId>
<artifactId>bctls-jdk15to18</artifactId>
<version>${bc.version}</version>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -906,19 +906,19 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<artifactId>bcprov-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bctls-jdk18on</artifactId>
<artifactId>bctls-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<artifactId>bcpkix-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk18on</artifactId>
<artifactId>bcpg-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down
Loading