Skip to content

Commit d51a911

Browse files
committed
updates
1 parent f6c2730 commit d51a911

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<maven.compiler.source>17</maven.compiler.source>
1818
<maven.compiler.target>17</maven.compiler.target>
1919

20-
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>
20+
<maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version>
2121
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
2222
<maven-nexus-staging-plugin.version>1.7.0</maven-nexus-staging-plugin.version>
2323
<maven-source-plugin.version>3.4.0</maven-source-plugin.version>

soot-infoflow-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>org.springframework</groupId>
146146
<artifactId>spring-web</artifactId>
147-
<version>7.0.2</version>
147+
<version>7.0.3</version>
148148
<scope>test</scope>
149149
</dependency>
150150
</dependencies>

soot-infoflow-summaries/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
<dependency>
248248
<groupId>org.springframework</groupId>
249249
<artifactId>spring-web</artifactId>
250-
<version>7.0.2</version>
250+
<version>7.0.3</version>
251251
<scope>test</scope>
252252
</dependency>
253253
</dependencies>

soot-infoflow/test/soot/jimple/infoflow/test/base/AbstractJUnitTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ protected static void addRtJarPath(StringBuilder libPathBuilder) throws IOExcept
8383

8484
appendWithSeparator(libPathBuilder, new File(javaBaseDir + "rt.jar"));
8585
appendWithSeparator(libPathBuilder, new File("/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar"));
86-
appendWithSeparator(libPathBuilder, new File("C:\\Program Files\\Java\\java-se-8u41-ri\\jre\\lib\\rt.jar"));
86+
appendWithSeparator(libPathBuilder, new File("C:\\Program Files\\Java\\jre-1.8\\lib\\rt.jar"));
8787

8888
String jakartaJAR = HttpServlet.class.getProtectionDomain().getCodeSource().getLocation().getPath();
8989
appendWithSeparator(libPathBuilder, new File(jakartaJAR));

0 commit comments

Comments
 (0)