Skip to content

Commit

Permalink
Complete shared sdk classes for SessionStore.
Browse files Browse the repository at this point in the history
Moved build to JDK21 GA and newer json library (due to a cve).

PiperOrigin-RevId: 573642257
Change-Id: Ide77d0dd663d0dd366aa1cf29977dba552b84852
  • Loading branch information
ludoch authored and gae-java-bot committed Oct 15, 2023
1 parent d766774 commit 88603d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [17, 21-ea]
java: [17, 21]
jdk: [temurin]
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230618</version>
<version>20231013</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
1 change: 1 addition & 0 deletions runtime/local_jetty12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
<include>com.google.appengine:appengine-tools-sdk</include>
<include>com.google.appengine:appengine-utils</include>
<include>com.google.appengine:sessiondata</include>
<include>com.google.appengine:shared-sdk</include>
<include>com.google.appengine:shared-sdk-jetty12</include>
<include>com.google.flogger:google-extensions</include>
<include>com.google.flogger:flogger-system-backend</include>
Expand Down
1 change: 1 addition & 0 deletions runtime/local_jetty9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
<include>com.google.appengine:appengine-tools-sdk</include>
<include>com.google.appengine:appengine-utils</include>
<include>com.google.appengine:sessiondata</include>
<include>com.google.appengine:shared-sdk</include>
<include>com.google.appengine:shared-sdk-jetty9</include>
<include>com.google.flogger:google-extensions</include>
<include>com.google.flogger:flogger-system-backend</include>
Expand Down

0 comments on commit 88603d0

Please sign in to comment.