Skip to content

Commit

Permalink
update parent dependency, eliminate code warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 18, 2024
1 parent fbda348 commit a61f1ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
/**
* Generates file for one environment.
*/
class EnvironmentGenerator {
final class EnvironmentGenerator {

private final GeneratorOptions options;
private final String environmentName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* Processes map of CONGA configuration parameters before serializing them in a model export file.
* Removes CONGA-defined context variables, and encrypts sensitive parameter values if required.
*/
public class ModelExportConfigProcessor {
public final class ModelExportConfigProcessor {

private final ValueEncryptionPlugin valueEncryptionPlugin;
private final ValueEncryptionContext valueEncryptionContext;
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm.devops</groupId>
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
<version>1.4.2</version>
<version>1.4.3-SNAPSHOT</version>
<relativePath />
</parent>

Expand Down

0 comments on commit a61f1ce

Please sign in to comment.