Skip to content

Commit

Permalink
Bump kotlin-stdlib from 1.6.10 to 1.6.20
Browse files Browse the repository at this point in the history
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.6.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.6.10...v1.6.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>
  • Loading branch information
dependabot[bot] authored Apr 5, 2022
1 parent 324a5a5 commit 689cfd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@

<properties>
<timestamp>${maven.build.timestamp}</timestamp>
<version.spring>5.3.16</version.spring>
<version.spring>5.3.17</version.spring>
<version.slf4j>1.7.36</version.slf4j>
<version.xmlbeans>3.1.0</version.xmlbeans>
<version.exificient>1.0.4</version.exificient>
<version.jaxb>2.3.0</version.jaxb>
<version.n52CommonXML>2.7.0</version.n52CommonXML>
<version.olingo>4.8.0</version.olingo>
<version.olingo>4.9.0</version.olingo>
<version.findbugs>3.0.2</version.findbugs>
<version.spotbugs>4.6.0</version.spotbugs>
<version.javax-annotation-api>1.3.2</version.javax-annotation-api>
Expand Down Expand Up @@ -317,7 +317,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.13</version>
<version>2.10.14</version>
</dependency>
<dependency>
<groupId>org.locationtech.jts</groupId>
Expand Down Expand Up @@ -556,7 +556,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>11.2</version>
<version>11.3</version>
</dependency>


Expand Down Expand Up @@ -1078,7 +1078,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.6.10</version>
<version>1.6.20</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 689cfd6

Please sign in to comment.