Skip to content

Commit d879361

Browse files
Bump kotlin-stdlib from 1.7.21 to 1.7.22 in /fhir-parent (#4120)
* 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] <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 a341a47 commit d879361

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.21</version>
695+
<version>1.7.22</version>
696696
</dependency>
697697
<dependency>
698698
<groupId>org.jetbrains.kotlin</groupId>
699699
<artifactId>kotlin-stdlib-common</artifactId>
700-
<version>1.7.21</version>
700+
<version>1.7.22</version>
701701
</dependency>
702702
<dependency>
703703
<groupId>org.fhir</groupId>

0 commit comments

Comments
 (0)