Skip to content

Commit e256c5b

Browse files
committed
Update pom - depend on 1.1 of API
1 parent b35d7e8 commit e256c5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
<dependency>
2828
<groupId>org.avaje</groupId>
2929
<artifactId>avaje-datasource-api</artifactId>
30-
<version>1.1-SNAPSHOT</version>
30+
<version>1.1</version>
3131
</dependency>
3232

3333
<dependency>
3434
<groupId>org.slf4j</groupId>
3535
<artifactId>slf4j-api</artifactId>
36-
<version>1.7.12</version>
36+
<version>[1.7.12,)</version>
3737
</dependency>
3838

3939
<dependency>

0 commit comments

Comments
 (0)