Skip to content

Commit 676526e

Browse files
Bump kotlin-stdlib from 1.7.10 to 1.7.20 in /fhir-parent (#4055)
* Bump kotlin-stdlib from 1.7.10 to 1.7.20 in /fhir-parent Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.7.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.10...v1.7.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump kotlin-stdlib-common too Signed-off-by: Lee Surprenant <lmsurpre@merative.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Lee Surprenant <lmsurpre@merative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lee Surprenant <lmsurpre@merative.com>
1 parent e4d5700 commit 676526e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fhir-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,12 +692,12 @@
692692
<dependency>
693693
<groupId>org.jetbrains.kotlin</groupId>
694694
<artifactId>kotlin-stdlib</artifactId>
695-
<version>1.7.10</version>
695+
<version>1.7.20</version>
696696
</dependency>
697697
<dependency>
698698
<groupId>org.jetbrains.kotlin</groupId>
699699
<artifactId>kotlin-stdlib-common</artifactId>
700-
<version>1.7.10</version>
700+
<version>1.7.20</version>
701701
</dependency>
702702
<dependency>
703703
<groupId>org.fhir</groupId>

0 commit comments

Comments
 (0)