Skip to content

Commit

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

## 2.4.6-SNAPSHOT

## 2.4.5
### Changed
* 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.4
### Changed
* Update to appengine-plugins-core 0.9.8 which includes [a version upgrade for gson to 2.8.9](https://github.com/GoogleCloudPlatform/appengine-plugins-core/pull/889) and fix for [`StringIndexOutOfBoundsException`](https://github.com/GoogleCloudPlatform/appengine-plugins-core/pull/890/files). ([#418](../../pull/418))
Expand Down
2 changes: 1 addition & 1 deletion app-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ group = 'com.google.cloud.tools'
dependencies {
compile localGroovy()
compile gradleApi()
compile 'com.google.cloud.tools:appengine-plugins-core:0.9.8'
compile 'com.google.cloud.tools:appengine-plugins-core:0.9.9'

testCompile 'commons-io:commons-io:2.4'
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit a0bd9e0

Please sign in to comment.