We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06e9451 + 2a0d085 commit 511c051Copy full SHA for 511c051
src/main/java/it/eng/idsa/businesslogic/configuration/CertificationCheck.java
@@ -16,7 +16,7 @@ public class CertificationCheck {
16
17
private static final Logger logger = LoggerFactory.getLogger(CertificationCheck.class);
18
19
- private static final String[] CERTIFIED_VERSION = { "0.3.0" };
+ private static final String[] CERTIFIED_VERSION = { "1.14.1" };
20
@PostConstruct
21
public void checkIfVerionsIsCertified() {
22
String version = Objects.requireNonNullElse(Application.class.getPackage().getImplementationVersion(), "");
0 commit comments