Skip to content

Commit

Permalink
Version bump to base station quarkus
Browse files Browse the repository at this point in the history
  • Loading branch information
GregJohnStewart committed Jul 23, 2022
1 parent a70d356 commit a6df171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions software/open-qm-base-station/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Gradle properties
quarkusPluginId=io.quarkus
quarkusPluginVersion=2.10.1.Final
quarkusPlatformVersion=2.10.1.Final
quarkusPluginVersion=2.10.3.Final
quarkusPlatformVersion=2.10.3.Final
quarkusPlatformGroupId=io.quarkus
quarkusPlatformArtifactId=quarkus-universe-bom
org.gradle.logging.level=INFO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
@Slf4j
@ApplicationScoped
public class ImageService extends MongoService<Image> {

// private Validator validator;

ImageService() {//required for DI
Expand Down

0 comments on commit a6df171

Please sign in to comment.