Skip to content

Commit 1770069

Browse files
authored
chore(deps): update dependency io.micronaut:micronaut-inject-java to v1.3.2
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [io.micronaut:micronaut-inject-java](http://micronaut.io) ([source](https://togithub.com/micronaut-projects/micronaut-core)) | patch | `1.3.1` -> `1.3.2` | --- ### Release Notes <details> <summary>micronaut-projects/micronaut-core</summary> ### [`v1.3.2`](https://togithub.com/micronaut-projects/micronaut-core/releases/v1.3.2) [Compare Source](https://togithub.com/micronaut-projects/micronaut-core/compare/v1.3.1...v1.3.2) - Release Notes: <https://docs.micronaut.io/1.3.2/guide/index.html#whatsNew> - Issues Closed: <https://github.com/micronaut-projects/micronaut-core/milestone/40?closed=1> NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository: ```groovy repositories { maven { url "https://dl.bintray.com/micronaut/core-releases-local" } } ``` </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent 394a73c commit 1770069

File tree

1 file changed

+2
-2
lines changed
  • appengine-java11/micronaut-helloworld

1 file changed

+2
-2
lines changed

appengine-java11/micronaut-helloworld/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<path>
176176
<groupId>io.micronaut</groupId>
177177
<artifactId>micronaut-inject-java</artifactId>
178-
<version>1.3.1</version>
178+
<version>1.3.2</version>
179179
</path>
180180
<path>
181181
<groupId>io.micronaut</groupId>
@@ -198,7 +198,7 @@
198198
<path>
199199
<groupId>io.micronaut</groupId>
200200
<artifactId>micronaut-inject-java</artifactId>
201-
<version>1.3.1</version>
201+
<version>1.3.2</version>
202202
</path>
203203
<path>
204204
<groupId>io.micronaut</groupId>

0 commit comments

Comments
 (0)