Skip to content

Commit

Permalink
Updates to latest version of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frossm committed Jul 8, 2022
1 parent 037655d commit e2e1ff1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.fross</groupId>
<artifactId>worldtime</artifactId>
<version>1.1.5</version>
<version>1.1.6</version>
<packaging>jar</packaging>

<name>worldtime</name>
Expand Down Expand Up @@ -180,13 +180,13 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.9.0</version>
</dependency>

<dependency>
<groupId>org.fross</groupId>
<artifactId>library</artifactId>
<version>2021.10.24</version>
<version>2022.06.28</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: worldtime
version: '1.1.5'
version: '1.1.6'
summary: WorldTime is a console based tool to display local times around the world
description: |
WorldTime is a small utility that will display local time in cities
Expand All @@ -24,7 +24,7 @@ parts:
plugin: maven
source: https://github.com/frossm/library.git
source-type: git
source-tag: 'v2021.10.24'
source-tag: 'v2022.06.28'
maven-options: [install]

worldtime:
Expand Down

0 comments on commit e2e1ff1

Please sign in to comment.