Skip to content

Commit

Permalink
deps: update appengine-plugins-core to 0.9.9 (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
elefeint committed Aug 10, 2022
1 parent f5b6130 commit 1af2b91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion app-maven-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## 2.4.4-SNAPSHOT
## 2.4.5-SNAPSHOT

## 2.4.4

* Update to appengine-plugins-core 0.9.9, for automatic Java 17 compatibility when running local devserver [appengine-plugins-core#894](https://github.com/GoogleCloudPlatform/appengine-plugins-core/pull/894).

## 2.4.3

Expand Down
2 changes: 1 addition & 1 deletion app-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-plugins-core</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1af2b91

Please sign in to comment.