Skip to content

Commit

Permalink
Merge pull request mwiede#492 from mwiede/dependabot/maven/org.testco…
Browse files Browse the repository at this point in the history
…ntainers-junit-jupiter-1.19.4

Bump org.testcontainers:junit-jupiter from 1.19.3 to 1.19.4
  • Loading branch information
github-actions[bot] authored Feb 2, 2024
2 parents c1aaa52 + b352009 commit b333dc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.19.3</version>
<version>1.19.4</version>
<scope>test</scope>
<!-- Rely upon jna-jpms brought in above -->
<exclusions>
Expand Down
3 changes: 3 additions & 0 deletions src/main/java9/com/jcraft/jsch/JavaVersion.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
package com.jcraft.jsch;

import com.jcraft.jsch.annotations.SuppressForbiddenApi;

final class JavaVersion {

@SuppressForbiddenApi("jdk-deprecated")
static int getVersion() {
return Runtime.version().major();
}
Expand Down

0 comments on commit b333dc6

Please sign in to comment.