Skip to content

Commit

Permalink
Bump kotlin-stdlib from 1.7.21 to 1.7.22 in /fhir-parent (#4120)
Browse files Browse the repository at this point in the history
* Bump kotlin-stdlib from 1.7.21 to 1.7.22 in /fhir-parent

Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.7.21 to 1.7.22.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.7.21...v1.7.22)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump kotlin-stdlib-common too

Signed-off-by: Lee Surprenant <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Lee Surprenant <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lee Surprenant <[email protected]>
  • Loading branch information
dependabot[bot] and lmsurpre committed Dec 13, 2022
1 parent a341a47 commit d879361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fhir-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -692,12 +692,12 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.7.21</version>
<version>1.7.22</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>1.7.21</version>
<version>1.7.22</version>
</dependency>
<dependency>
<groupId>org.fhir</groupId>
Expand Down

0 comments on commit d879361

Please sign in to comment.