Skip to content

Commit cfd6930

Browse files
authored
chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.11.0 (#1206)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-compiler-plugin](https://maven.apache.org/plugins/) | `3.10.1` -> `3.11.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-compiler-plugin/3.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-compiler-plugin/3.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-compiler-plugin/3.11.0/compatibility-slim/3.10.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-compiler-plugin/3.11.0/confidence-slim/3.10.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
1 parent b2334c9 commit cfd6930

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

appengine-standard-java8/kotlin-appengine-standard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ limitations under the License.
111111
<!-- [END cloudplugin] -->
112112
<plugin>
113113
<artifactId>maven-compiler-plugin</artifactId>
114-
<version>3.10.1</version>
114+
<version>3.11.0</version>
115115
<configuration>
116116
<source>1.8</source>
117117
<target>1.8</target>

appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ limitations under the License.
148148
<!-- [END cloudplugin] -->
149149
<plugin>
150150
<artifactId>maven-compiler-plugin</artifactId>
151-
<version>3.10.1</version>
151+
<version>3.11.0</version>
152152
<configuration>
153153
<source>${java.version}</source>
154154
<target>${java.version}</target>

appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ limitations under the License.
168168
<!-- [END cloudplugin] -->
169169
<plugin>
170170
<artifactId>maven-compiler-plugin</artifactId>
171-
<version>3.10.1</version>
171+
<version>3.11.0</version>
172172
<configuration>
173173
<source>1.8</source>
174174
<target>1.8</target>

bookshelf-standard/2-structured-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Copyright 2016 Google Inc.
139139
<plugin>
140140
<groupId>org.apache.maven.plugins</groupId>
141141
<artifactId>maven-compiler-plugin</artifactId>
142-
<version>3.10.1</version>
142+
<version>3.11.0</version>
143143
</plugin>
144144
</plugins>
145145
</build>

bookshelf-standard/3-binary-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Copyright 2016 Google Inc.
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-compiler-plugin</artifactId>
156-
<version>3.10.1</version>
156+
<version>3.11.0</version>
157157
</plugin>
158158
</plugins>
159159
</build>

bookshelf-standard/4-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Copyright 2016 Google Inc.
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-compiler-plugin</artifactId>
157-
<version>3.10.1</version>
157+
<version>3.11.0</version>
158158
</plugin>
159159
</plugins>
160160
</build>

bookshelf-standard/5-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Copyright 2016 Google Inc.
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-compiler-plugin</artifactId>
157-
<version>3.10.1</version>
157+
<version>3.11.0</version>
158158
</plugin>
159159
</plugins>
160160
</build>

0 commit comments

Comments
 (0)